Hello,
I am trying to find a qc package to be used with.bam files. In using the RNA-SeQC package I ran into difficulty because it required -s, -r, and -r arguments. I only have a .bam file and do not have these required parameters.
Is there a RNA-Seq specific QC tool where I can simply point to the .bam file and have it create a qc report?
Thank you.
You can use picards'
RNAseq Metricstool described here.Another option, although indirect, is to convert your BAM to FASTQ files with tools such as Picard's
SamToFastq, and then run standard FASTQ QC programs likeFastQCon the resulting FASTQ files. Just wanted to mention this in case you are unaware.Edit: this would of course only contain up-stream QC outputs, rather than aligned metrics etc..., but if this is something you need, then it could be useful.