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