tableFromIdxstats | R Documentation |
Given a bam file, returns samtools idxstats output as a data.frame.
tableFromIdxstats(log)
bam |
Character string with the name and path of a single BAM file. Index should be in the same folder. |
A data.frame with the output of samtools idxstats.
## Not run: df <- tableFromIdxstats("path/to/file.bam") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.