chromosomeCoverage {scmeth} | R Documentation |
Provides Coverage metrics for each sample by the chromosome
chromosomeCoverage(bs)
bs |
bsseq object |
matrix of chromsome covergae with column and rows indicating the samples and the chromosome respectively
directory <- system.file("extdata/bismark_data",package='scmeth') bs <- HDF5Array::loadHDF5SummarizedExperiment(directory) chromosomeCoverage(bs)