-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Rhistory
More file actions
31 lines (31 loc) · 1.02 KB
/
.Rhistory
File metadata and controls
31 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
setwd("/Users/ywang3/Documents/Tools/SpliPath/")
devtools::document()
library(devtools)
install.packages("devtools")
devtools::document()
correctGeneExp
getwd()
devtools::document()
rlang::last_trace()
devtools::document()
devtools::document()
help(querHits)
help(queryHits)
S4::queryHits
gr1 <- GRanges(seqnames="I", ranges=IRanges(start=seq(10, 30, 10), width=5), strand="+")
gr1 <- GenomicRanges::GRanges(seqnames="I", ranges=GenomicRanges::IRanges(start=seq(10, 30, 10), width=5), strand="+")
gr1 <- GenomicRanges::GRanges(seqnames="I", ranges=IRanges::IRanges(start=seq(10, 30, 10), width=5), strand="+")
gr2 <- GenomicRanges::GRanges(seqnames="I", ranges=IRanges::IRanges(start=seq(10, 30, 10), width=5), strand="+")
overlaps = GenomicRanges::absoluteRanges()findOverlaps(gr1,gr2)
overlaps = GenomicRanges::findOverlaps(gr1,gr2)
overlaps
overlaps$queryHits
overlaps@from
overlaps@to
queryHits(overlaps)
overlaps@
overlaps@elementMetadata
data.frame(overlaps)
data.frame(overlaps)$queryHits
class(data.frame(overlaps)$queryHits)
help(rowData)