methyl_percent_sites | R Documentation |
Calculates the percentage of methylated cells/molecules per site
methyl_percent_sites(orderObject, makePlot = TRUE, ...)
orderObject |
An object of class |
makePlot |
Logical, indicates whether to generate the percentage plot |
... |
Additional parameters used by the |
The percent of molecules or cells methylated (endogenous (yellow) or accessible) at each site. Output is a list with names "red" and "yellow". Red represents the endogenous methylation and yellow represents the accessibility. Within each list object is a vector of the percent of cells/molecules methylated. The location of the site is also represent in the form CXX, where XX is the position of the site within the defined region.
data(singlemolecule_example)
orderObj <- initialOrder(singlemolecule_example, Method = "PCA")
methyl_percent_sites(orderObj, makePlot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.