subset,GenoGAMDataSet-method {GenoGAM} | R Documentation |
GenoGAMDataSet
Subsetting the GenoGAMDataSet
by a logical statement
## S4 method for signature 'GenoGAMDataSet' subset(x, ...)
x |
A |
... |
Further arguments. Mostly a logical statement. Note that the columnnames for chromosomes and positions are: seqnames and pos. |
A subsetted GenomicTiles
object.
Georg Stricker georg.stricker@in.tum.de
ggd <- makeTestGenoGAMDataSet() res <- subset(ggd, seqnames == "chrI" & pos <= 50)