Description Usage Arguments Details Value Author(s)
Given a RepeatEpigenomeCollection
object, remove repeats that do not fulfill
the coverage criteria in any sample
1 2 3 4 5 6 | ## S4 method for signature 'RepeatEpigenomeCollection'
filterRepRefMeth(.Object,
minReads = getConfigElement("plotRepTree.meth.minReads"),
minCpGs = getConfigElement("plotRepTree.meth.minCpGs"),
minCpGcov = getConfigElement("meth.minCpGcov"),
covgType = "numReads")
|
.Object |
|
minReads |
threshold for the minimum number of reads required to cover a repeat |
minCpGs |
threshold for the minimum number of CpGs that must be contained in a repeat |
minCpGcov |
threshold specifying that mininum number of reads that must cover at least one CpG in the repeat in order for it to be retained |
covgType |
type of read coverage to be applied (important for filtering via |
A repeat must fulfill the criteria in all samples in order to be retained
modified RepeatEpigenomeCollection
object
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.