Usage
procBam(bam, stranded=FALSE, seed=as.integer(1), verbose=FALSE, rname='null',
keep.junx=FALSE, keep.flag=FALSE, ispaired=TRUE,...)
Arguments
bam
BAM object generated by scanBam
stranded
Set to TRUE to indicate that the RNA-seq experiment preserved
the strand information.
seed
Seed for random number generator
verbose
Set to TRUE to print progress information.
rname
Chromosome to process be combined with the which argument in the scanBam function
keep.junx
Option to store junction information. Only useful for finding denovo
exons and transcripts.
keep.flag
Option to store aligment flag information.
ispaired
Set to TRUE is reads are paired.