view,GenoGAM-method {GenoGAM} | R Documentation |
Cbinding the columns all together and coercing to data.frame
## S4 method for signature 'GenoGAM' view(object, ranges = NULL, seqnames = NULL, start = NULL, end = NULL)
object |
A |
ranges |
A |
seqnames |
A chromosomes name. Either ranges or seqnames, start and end must be supplied |
start |
A start site. Either ranges or seqnames, start and end must be supplied |
end |
An end site. Either ranges or seqnames, start and end must be supplied |
A data.frame of the selected data.
Georg Stricker georg.stricker@in.tum.de
gg <- makeTestGenoGAM() gr <- GRanges("chrI", IRanges(1,40)) head(view(gg, gr))