Description Usage Arguments Value Examples
get percent methylation scores from methylBase object
1 | percMethylation(methylBase.obj, rowids = FALSE)
|
methylBase.obj |
a methylBase object |
rowids |
if TRUE, matrix rownames have identifiers as base/region location (default:FALSE) |
matrix with percent methylation values per base/region across all samples, row names would be base/region identifiers
1 2 3 | data(methylKit)
mat=percMethylation(methylBase.obj)
head(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.