Changes between Version 2 and Version 3 of SOPs/diff_rnaSeq
- Timestamp:
- 07/19/13 12:16:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/diff_rnaSeq
v2 v3 9 9 * Example, using an extremely precise balance: If Dick weighs more than Sally, we cannot conclude that males weigh more than females because we know nothing about the variability of weights among males and among females. Even if we weighed several individuals together, we'd still be missing information about within-group variability. 10 10 * Sample commands to get raw counts from an alignment file: 11 * ''coverageBed - abam accepted_hits.bam -b transcripts.gtf > transcript.coverage.txt'' (See the [[http://code.google.com/p/bedtools/wiki/Usage#coverageBed|bedTools]] page for details)11 * ''coverageBed -split -abam accepted_hits.bam -b transcripts.gtf > transcript.coverage.bed'' (See the [[http://code.google.com/p/bedtools/wiki/Usage#coverageBed|bedTools]] page for details) 12 12 * ''htseq-count -m intersection-strict -s no accepted_hits.sam -b transcripts.gff > transcript.coverage.txt'' (See the [[http://www-huber.embl.de/users/anders/HTSeq/doc/count.html|htseq-count]] page for details) 13 13 * In our view, htseq-count is better at handling reads that map to a genome region with overlapping genes.