subscript_operator | R Documentation |
Subset rows of a PACdataset, by overloading of subscript operator.
## S4 method for signature 'PACdataset,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
x |
a PACdataset |
A new PACdataset.
Other PACdataset functions:
PACdataset-class
,
PACds
,
annotateByPAS()
,
annotatePAC()
,
createPACdataset()
,
get3UTRAPAds()
,
get3UTRAPApd()
,
length()
,
makeExamplePACds()
,
mergePACds()
,
normalizePACds()
,
plotPACdsStat()
,
rbind()
,
readPACds()
,
removePACdsIP()
,
scPACds
,
summary()
,
writePACds()
data(PACds)
PACds[1:100, 2:5]
PACds[1:100, ]
PACds[, 1:5]
PACds[, c(T,T,F)]
PACds[, c('anther1','anther2')]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.