Description Usage Arguments Value Author(s) Examples
Returns a matrix with the read counts from a set of bam files.
1 2 3 4 5 6 | ReadCountsFromBam(bamFilenames,
sampleNames,
gr,
ampliconNames,
minimumMappingQuality,
removeDup = FALSE)
|
bamFilenames |
Vector of bamfile filepaths |
sampleNames |
Vector of sample names to be used as colums names instead of bam filepaths |
gr |
Genomic Range object as created by |
ampliconNames |
List of amplicon defining names |
minimumMappingQuality |
Minimum mapping quality |
removeDup |
Boolean value to remove duplicates. For reads with the same start site, end site and orientation only one is kept. For IonTorrent data this can be used to as an additional quality control. For Illumina data too many reads are being removed. |
A matrix with read counts where the rows represents the Amplicons and the columns represents the samples.
Thomas Wolf, Cristiano Oliveira
1 2 3 4 5 6 7 8 9 |
ReadCountsFromBam(bamFilenames,
sampleNames,
gr,
ampliconNames,
removeDup)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.