powered by
get percent methylation scores from methylBase object
percMethylation(methylBase.obj, rowids = FALSE)
a methylBase object
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
# NOT RUN { data(methylKit) mat=percMethylation(methylBase.obj) head(mat) # }
Run the code above in your browser using DataLab