Changes between Version 17 and Version 18 of SOPs/miningSAMBAM
- Timestamp:
- 06/04/14 14:38:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/miningSAMBAM
v17 v18 97 97 === QC to get a (visual) summary of mapping statistics. For eg. coverage/distribution of mapped reads across the genome or transcriptome. === 98 98 99 ==== RSeQC: RNA-Seq quality control package ====99 ==== RSeQC: RNA-Seq quality control package for getting mapping statistics (eg. unique/multi-mapped reads) ==== 100 100 {{{ 101 #get mapping statistics (eg. unique/multi-mapped reads)102 101 bam_stat.py -i myFile.bam 103 102 }}} 104 103 105 ==== QualiMap: can be used on DNA or RNA-Seq ==== 104 ==== Picard: CollectRnaSeqMetrics.jar to find coverage across gene body for 5' or 3' bias ==== 105 {{{ 106 java -jar /usr/local/share/picard-tools/CollectRnaSeqMetrics.jar INPUT=accepted_hits.bam REF_FLAT=refFlat.txt STRAND_SPECIFICITY=NONE OUTPUT=Out_RnaSeqMetrics.txt REFERENCE_SEQUENCE=hg19.fa CHART_OUTPUT=Out_RnaSeqMetrics.pdf 107 }}} 108 109 ==== QualiMap: can be used on DNA or RNA-Seq to get summary of mapping and coverage/distribution ==== 106 110 {{{ 107 111 # Graphical interface: enter 'qualimap' on the command line