Description Usage Arguments Value Examples
View source: R/ReferenceGenome.R
This method will return a data.frame of basic per chromosome mapping statistics
1 | chromosomeMappingSummary(chrIds, bamFile, flag = "Primary")
|
chrIds |
vector of chromosome ids |
bamFile |
to the bamFile used for analysis |
flag |
to define whether mapping is reported at the Primary level |
data.frame of mapping characteristics
1 2 3 4 5 6 7 8 9 | init()
demoBam <- system.file("extdata",
"Ecoli_zymo_R10_filt_subs.bam",
package = "nanopoRe")
referenceFasta <- system.file("extdata",
"Escherichia_coli_complete_genome.fasta",
package = "nanopoRe")
setReferenceGenome(referenceFasta)
chromosomeMappingSummary(getChromosomeIds(), demoBam)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.