Changes between Version 6 and Version 7 of SOPs/rna-seq-diff-expressions
- Timestamp:
- 06/27/13 12:43:09 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/rna-seq-diff-expressions
v6 v7 38 38 * Note the "-" before the gtf filename; this indicates that the SAM file is coming from standard input (in this case, piped from samtools). 39 39 * For paired-end reads the sam file has to be sorted by read name. You can sort first the BAM file and then run htseq-count like this: 40 * ''bsub "samtools sort -n -m 5 000000000accepted_hits.bam accepted_hitsSortedByname"''40 * ''bsub "samtools sort -n -m 5G accepted_hits.bam accepted_hitsSortedByname"'' 41 41 * ''bsub "samtools view accepted_hitsSortedByname.bam | htseq-count -m intersection-strict --stranded=no - gene_models.gtf >| gene_model.counts.txt"'' 42 42 * Remove the rows at the bottom with descriptions like no_feature, ambiguous, etc.