Description Usage Arguments Value Author(s) Examples
Extract the probe indices from a MapFilterProbe
object that map to a region between two specified genomic positions
1 | selectProbesFromFilterOverlap(object, chromosome, strand=c("forward","reverse"), minPos=min(getPosition(object)), maxPos=max(getPosition(object)))
|
object |
object of class |
chromosome |
chromosome |
strand |
strand |
minPos |
minimum genomic position |
maxPos |
maximum genomic position |
A list of 2 elements is returned. The first element "selection" gives the probe indices in the filtered MapFilterProbe
object; the second element "selectionInit" gives the probe indices in the original WaveTilingFeatureSet
object.
Kristof De Beuf <kristof.debeuf@ugent.be>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.