Description Usage Arguments Value Author(s) Examples
Check the mapping rate, PCR duplication rate, and mitochondria reads contamination.
1 2 3 4 5 6 7 |
bamfile |
character(1). File name of bam. |
index |
character(1). File name of index file. |
mitochondria |
character(1). Sequence name of mitochondria. |
outPath |
character(1). File name of cleaned bam. |
doubleCheckDup |
logical(1). Double check duplicates or not if there is no tags for that. |
A list of quality summary.
Jianhong Ou
1 2 | bamfile <- system.file("extdata", "GL1.bam", package="ATACseqQC")
bamQC(bamfile, outPath=NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.