Description Usage Arguments Value Author(s) Examples
This function remaps the probe sequence to a reference sequence and filters probe sequence overlaps between PM and MM probes and/or between probes on the forward and reverse strand
1 | filterOverlap(object, remap = TRUE, BSgenomeObject, chrId, strand = c("forward","reverse","both"), MM=FALSE, ...)
|
object |
object of class |
remap |
logical to determine whether the tiling array probe sequences have to be remapped to a more recent reference DNA sequence |
BSgenomeObject |
object of class |
chrId |
vector of numerics identifying the chromosomes for which the probes have to be filtered and/or remapped |
strand |
character indicating the strands for which the probes have to be filtered and/or remapped ( |
MM |
logical to indicate whether the tiling array contains MM probes or not |
... |
other arguments |
An object of class mapFilterProbe
is returned containing the indices of the filtered probes.
Kristof De Beuf <kristof.debeuf@ugent.be>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.