Description Usage Arguments Value Author(s) Examples
Imports the raw read counts from sorted and indexed bam file(s)
| 1 | rawCounts(bamFilepath, threads = 1)
 | 
| bamFilepath | The path to the location of the bam file(s). | 
| threads | The total number of usable threads to be used. Default is 1. | 
Produces a RangedSummarizedExperiment. Columns are samples and the rows are cut sites. The cut site IDs are in the format chr:position-position:strand.
Benjamin Mayne, Sam Buckberry
| 1 2 | my_path <- system.file("extdata", package = "msgbsR")
my_data <- rawCounts(bamFilepath = my_path)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.