Changes between Version 62 and Version 63 of SOPs/rna-seq-diff-expressions
- Timestamp:
- 09/04/20 19:19:25 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/rna-seq-diff-expressions
v62 v63 18 18 * Sample commands to get raw counts from an alignment file: 19 19 * ''coverageBed -split -abam accepted_hits.bam -b transcripts.gtf > transcript.coverage.bed'' (See the [http://bedtools.readthedocs.io/en/latest/content/tools/coverage.html bedTools coverage] page for details) 20 * ''htseq-count -m intersection-strict --stranded=no accepted_hits.sam -btranscripts.gff > transcript.coverage.txt'' (See the [[http://www-huber.embl.de/users/anders/HTSeq/doc/count.html|htseq-count]] page for details)20 * ''htseq-count -m intersection-strict --stranded=no accepted_hits.sam transcripts.gff > transcript.coverage.txt'' (See the [[http://www-huber.embl.de/users/anders/HTSeq/doc/count.html|htseq-count]] page for details) 21 21 * In our view, htseq-count is better at handling reads that map to a genome region with overlapping genes. 22 22