Skip to content

Post Transcriptome Assembly Downstream Analyses

Brian Haas edited this page Sep 26, 2015 · 2 revisions

Post- Transcriptome Assembly Downstream Analyses

Once your assembly is complete, there are several analyses you will likely want to pursue to explore aspects of the biology of your organism based on your assembled transcripts and the input RNA-Seq data. Such studies might include:

  • Quantifying transcript and gene abundance. This is a prerequisite to many other analyses such as examining differentially expressed transcripts among your samples.

  • Quality checking your samples and biological replicates. Make sure the relationships among your samples and biological replicates make sense. If there are any confounding aspects to the data, such as outliers or batch effects, you'll want to catch them as early as possible and account for them in your further data explorations.

  • Perform differential expression analysis. Trinity provides direct support for several DE analysis methods, including edgeR, DESeq2, Limma/Voom, and ROTS.

  • Extract coding regions using TransDecoder and functionally annotate the transcripts using Trinotate.

  • If your organism has an assembled genome, consider using the Trinity transcriptome assemblies for gene structure annotation using PASA.

Clone this wiki locally