Description Usage Arguments Value Examples
This method will parse BAM file and summarise the mapping observations in a way that can be used for preparation of figures and confidence plots by the nanopoRe package. This is single threaded and DOES NOT require access to reference genome.
1 | bamSummarise(bamFile, force = FALSE, blockSize = 50000L)
|
bamFile |
is the location to the BAM file to parse |
force |
logical value of whether analysis should be force recalculated |
blockSize |
the number of reads to process in chunks |
data.frame of per read summary observations
1 2 3 4 | demoBam <- system.file("extdata",
"Ecoli_zymo_R10_filt_subs.bam",
package = "nanopoRe")
bamSummary <- bamSummarise(demoBam, force=FALSE, blockSize=1000L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.