Changes between Version 2 and Version 3 of SOPs/AssemblingRNAseqReads


Ignore:
Timestamp:
09/11/13 15:00:39 (11 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/AssemblingRNAseqReads

    v2 v3  
    2424The de novo assembly worked fine in 100bp pair-end reads. For the six 40bp pair-ends reads samples in our hands, cufflinks failed at creating decent amount of junctions. For short reads (usually <45-bp), it is better to decrease segment length (–segment-length) to about half the read length and segment mismatches (–segment-mismatches) to 0 or 1.
    2525
    26 1. Map the reads for each sample to the reference genome: accepted_hits.bam from tophat can be used as input for cufflinks
     261. Map the reads for each sample to the reference genome.  Output from TopHat (accepted_hits.bam) can be used as input for cufflinks.
    2727
    2828  See the [[http://barcwiki.wi.mit.edu/wiki/SOPs/mapping|mapping SOP]] for more details.