Hi. Thank you for replying.
If i trim the PE data to SE and at 75bp length, and perform the analysis.
Wouldn’t that effect the final comparison where we want to see the situation in A-vs-B C-vs-D A-vs-C B-vs-D all together in one table. ?
Hi, I am in bit of a confusion regarding different comparisons in RNASeq data analysis.
Here is what i have and already done.
Dataset 1:
I have a mutant-strain and its wildtype. these were used to infact plant. Then RNA was extracted and sequenced with Illumina Paired-end 150bp sequencing with 3-replicates each
Analysis 1: DEGs analysis of plant-infection-mutants(A) vs plant-infection-wildtype(B) (A-vs-B)
Dataset 2:
Again, a mutant-strain and its wildtype. these were grown in flask. Then RNA was extracted and sequenced with Illumina Single-end 75bp sequencing with 4-replicates each. (this is an old data)
Analysis 2: DEGs analysis of flask-grown-mutants(C) vs flask-grown-wildtype(D) (C-vs-D)
Now their are two more analysis which i want to do.
Analysis 3: DEGs analysis of plant-infection-mutants(A) vs flask-grown-mutants(C) (A-vs-C)
For Analysis-3 i did try this approach so far,
featurecounts data from the Analysis-1 featurecount matrix which is based on illumina paired-end 150bp sequencing (first 6 columns GeneID Chr Start End Strand Length + 3 columns which contain mutant expression values in plants)GeneID Chr Start End Strand Length + 4 columns which contain mutant expression values in flask)Analysis 4: DEGs analysis of plant-infection-wildtype(B) vs flask-grown-wildtype(D) (C-vs-D)
For this i went with similar approach to Analysis-3
Questions
Your thoughts and suggestions will be really helpful.
Regards
or the Different sequence-type (paired vs single), difference in read-length (150bp-x2 vs 75bp-x1) will have any technical or batch effect ?
Yes, they absolutely will. This is fixable by trimming the paired one to be 75 bases, and just using the R1 fastq for aligning. Different instruments should not introduce too many artifacts. But the more substantial problem is that they were prepped on different dates. This will introduce a pretty big batch effect. I'm not sure analyses 3 and 4 are worth doing, because of the batch effect.
Hi. Thank you for replying.
If i trim the PE data to SE and at 75bp length, and perform the analysis.
Wouldn’t that effect the final comparison where we want to see the situation in A-vs-B C-vs-D A-vs-C B-vs-D all together in one table. ?
You will get slightly different alignment with longer paired reads. You don't want that if you want to compare the two sets of reads to each other. It won't necessarily make a huge difference. The artifactual batch effects are far more concerning.
For analysis 3, you could think about something like:
(Plant Mut vs. Plant WT) vs (Flask Mut vs. Flask WT)
In doing so you are internally controling each MUT using the corresponding WT.
That's not really the comparison OP was asking about, but I don't think they can meaningfully do the comparisons they wanted.
The OP wanted to directly compare the Mutants (Analysis 3), and the analysis I have proposed for their consideration will do that, whilst controlling for some of the batch effect. To what extent this is meaningful I suppose is up to the OP to decide.
HI, mbyvcm Thank you for your reply.
Actually i have already done the analysis you suggest,
(Plant Mut vs. Plant WT) is same as
Analysis 1: DEGs analysis of plant-infection-mutants(A) vs plant-infection-wildtype(B) (A-vs-B)
(Flask Mut vs. Flask WT) is same as
Analysis 2: DEGs analysis of flask-grown-mutants(C) vs flask-grown-wildtype(D) (C-vs-D)
or you meant something differently ? can you elaborate a bit.
My suggestion is that you consider performing what is commonly referred to as a "delta-delta" contrast. You should be able to find plenty of examples / tutorials (limma manual for example)
Log in to answer this question.
For analyses 3 and 4, you will need to account for batch effects, which I expect to be substantial given the differences between datasets—e.g., read length, read type (paired-end vs. single-end), sequencing machines, and sample preparation by different technicians...etc.
Hi! Thank you for your response. Can you share some information on how to remove this batch effect ?
See the post.
You cannot remove batch effects where they overlap perfectly with a biological condition of interest.