Description Usage Arguments Value Examples
This function can remove a given principal componet from
a given methylBase object. First, it calculates principal
components from percent methylation matrix and removes
the given component(s), reconstructs the methylation
matrix then reconstructs number of methylated and
unmethylated Cs per position based on the reconstructed
percent methylation matrix, and finally returns a new
methylBase
object.
1 | removeComp(mBase, comp = NULL)
|
mBase |
|
comp |
vector of component numbers to be removed |
new methylBase
object
1 2 3 4 5 6 7 | data(methylKit)
# remove 1st principal component
newObj=removeComp(methylBase.obj,comp=1)
# remove 3rd and 4th principal components
newObj=removeComp(methylBase.obj,comp=c(3,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.