Description Usage Arguments Value Examples
View source: R/chromosomeCoverage.R
Provides Coverage metrics for each sample by the chromosome
1 |
bs |
bsseq object |
matrix of chromsome covergae with column and rows indicating the samples and the chromosome respectively
1 2 3 | directory <- system.file("extdata/bismark_data",package='scmeth')
bs <- HDF5Array::loadHDF5SummarizedExperiment(directory)
chromosomeCoverage(bs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.