Trinity : How To Co-Assemble Different Samples (Tumor And Healthy)
1
3
Entering edit mode
12.2 years ago

Hi,

I'm using Trinity to assemble RNAseq data (2X76bp) from an non-model species without available genome. I'm studying tumor samples. For this, I've three control samples (healthy cells) and 9 tumor samples. To perform differential expression analysis (with DESeq or edgeR per example) after the assembly, I've to co-assemble all the samples at once (so concatenate all the fastq files in one big fastq file and perform trinity on it)

Is that right ? Even if the tumor cell can have a totally different transcriptome (genetic modification, etc...)

Thanks a lot for your advices.

trinity assembly transcriptome • 6.1k views
ADD COMMENT
4
Entering edit mode
12.2 years ago
Rt ▴ 90

Your understanding is correct! It should be more clear on Trinity documentation.

Here is Brian J. Haas's explanation:

The general idea is to combine all your rna-seq data and generate one assembly. Then, to align the reads from the different samples separately to the Trinity assemblies, computing abundance estimates based on each read set. Finally, you do the differential expression analysis to identify those Trinity assemblies that are of interest. This is all outlined in the downstream analysis section of the documentation. If there's still some confusion about this, let's continue to work through it.

ADD COMMENT
0
Entering edit mode

When you combine samples, do you suggest limiting the number of reads for each sample? I had read one of Matthew MacManes' papers awhile back suggesting 40 million reads was a good number for Trinity assemblies of most metazoans.

However, I have 28 samples across 3 treatments that I want to use for DESeq and so, if I follow the advice above, that's 28x40 million reads = 1.1 billion reads going into a Trinity assembler... how is it suggested to combine these samples in situations like this?

ADD REPLY

Login before adding your answer.

Traffic: 1386 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6