selectProbesFromTilingFeatureSet {waveTiling} | R Documentation |
WaveTilingFeatureSet
objectExtract the probe indices from a WaveTilingFeatureSet
object that map to a region between two specified genomic positions
selectProbesFromTilingFeatureSet(object, chromosome, strand=c("forward","reverse"), minPos, maxPos)
object |
object of class |
chromosome |
chromosome |
strand |
strand |
minPos |
minimum genomic position |
maxPos |
maximum genomic position |
vector of integers indicating the probe indices
Kristof De Beuf <kristof.debeuf@ugent.be>
## Not run: data(leafdevBQ) tt <- selectProbesFromTilingFeatureSet(leafdevBQ,chromosome=1,strand="forward",minPos=22000,maxPos=26000) length(tt) head(tt) ## End(Not run)