Quantifying genes' expression with Trinity
0
0
Entering edit mode
8 months ago
langziv ▴ 50

Hello again.
The RNA-seq data I got was obtained from an experiment with the following structure:
3 similar experiments in separate dates, each included a control group and an experiment group.
I thought that It would be reasonable to create one assembly for the 3 experiments' reads, and another for the 3 controls' reads, since an assembly from an experiment might include different RNAs than that from a control assembly. I'm not sure because I didn't see anything about that in the Trinity documentation.
If indeed 2 separate assemblies are is needed, quantifying genes' expression with the script align_and_estimate_abundance.pl from the "Trinity tool-kit" should be done twice: once for the controls and once for the experiments?

De-novo-transcriptome-assembly Trinity RNA-seq-analysis • 450 views
ADD COMMENT
1
Entering edit mode

The flaw with your pipeline is that the two transcriptomes are not equivalent, and therefore cannot be compared as they are now. I think the easiest two solutions would be:

1) Reconstruct the de novo transcriptome using all the samples. It doesn't matter if some RNAs will be present in one and not the other, you just care about reconstructing the best transcript models as you can. The differences you can deal with at the quantification level. If your control samples has some RNAs not present in your experiment, it will be reflected in the expression levels.

2) You can try and unify the transcriptomes into one with CD-HIT or something of the sort, but this approach is too convoluted and probably not the best to deal with.

ADD REPLY

Login before adding your answer.

Traffic: 2458 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