-
Notifications
You must be signed in to change notification settings - Fork 2
Rsamtools workflow
mdavy86 edited this page Oct 21, 2012
·
29 revisions
The help manual pages can be invoked for any core/contributed function run within this workflow e.g.
library(Rsamtools) ## Display the help page for the scanBam() function help(scanBam)
The Rsamtools package provides an interface in R to BAM files produced by samtools and other software, and represent a flexible format for storing ‘short’ reads aligned to reference genomes.
This workflow covers importing BAM files into R. The two paradigms are to specify which references (and potentially their sequence ranges) are of specific interest to import, and what columns of the bam file are of interest. Once imported, specific attributes can be filtered further by subseting specific records of interest.