Description Usage Arguments Value Author(s) See Also Examples
This method reduces a BSraw
object to its regions (or single CpGs) with a minimum number of reads.
1 | filterByCov(object, minCov, global)
|
object |
A |
minCov |
Minimum number of reads overlapping the CpG sites. |
global |
A logical indicating whether the regions should achieve
the minimum coverage in each sample. If |
A BSraw
object containing the CpGs or regions achieving
the minimum coverage in all (if global=TRUE
) or at least one
(if global=FALSE
) samples.
Katja Hebestreit
1 2 | data(rrbs)
rrbs.reduced <- filterByCov(object=rrbs, minCov=10, global=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.