Description Usage Arguments Value Author(s) Examples
Extract the probe indices from a WaveTilingFeatureSet
object that map to a region between two specified genomic positions
1 | 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>
1 2 3 4 5 6 7 | ## Not run:
data(leafdevBQ)
tt <- selectProbesFromTilingFeatureSet(leafdevBQ,chromosome=1,strand="forward",minPos=22000,maxPos=26000)
length(tt)
head(tt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.