Description Usage Arguments Value Examples
Raw reads shown as GAlignmentsList
1 | rawMTreads(bams)
|
bams |
List of files |
1 | GAlignments or GAlignmentsList of raw reads
|
1 2 3 4 5 6 7 | library(MTseekerData)
BAMdir <- system.file("extdata", "BAMs", package="MTseekerData")
BAMs <- list.files(BAMdir, pattern="bam$")
BAMs <- paste0(BAMdir, "/", BAMs)
rawReads <- rawMTreads(BAMs)
rawReads_1 <- MAlignments(rawReads[[1]], BAMs[1])
plotMTCoverage(rawReads_1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.