This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Combining the RNAseq datasets

I have a RNAseq experiment data (50bp) into two tissue. I want to combine it with previously reported RNAseq data (100bp) to analyze the gene expression in different tissue. Can I combine both data together or I should go through some kind of normalization? Any insight will be helpful. Thanks

rna-seq next-gen

Thanks for the links. I think situation is little bit different in my case. In my case both datasets are using the technique (RNAseq) but read length is different. I was wondering whether difference in read length will me any impact on final result?

The read length impact won't generally be huge...and you can just trim the 100 base reads down to 50 anyway. The bigger issue is that you have a batch effect in sample preparation and library prep. (quite possibly including the type of kits use). You're not going to normalize that away without a good bit of background information.

The 100bp set may have more "power" to it than the 50bp set, but this also depends on the quality of the reference genome and alignment quality. Did you see quality differences between the two for any justification of this? Did you use a high quality draft genome... I assume your using human tissue??

Thanks for comments. I am using a plant genome. Both 50bp and 100bp showed more than 70 % alignment rate.

How did you proceed with this? I may be doing something similar and would like to know your experience.

1 answer

I would recommend using SPIA on both sets of genes, and if you get the Entrez IDs you should get homologous pathways between the two. One way to do this is if you have Blast+ locally, you can format your output, parse the NCBI Gene ID and then merge this file with the reference sequence file to get the Entrez ID, the file is obtainable from the NCBI REFSEQ website. It could be that the pathways common in both sets are relevant to the studied biology.

I think this answer was not intended for this question.

Hi prp291,

The 100bp set has already been published, so what do you intend to do with the data?

actually I want to identify the tissue specific genes in my plants. 100bp and 50bp datasets cover different kind of tissue. So my goal is to mixed of both datasets and then identify the tissue specific genes. Thanks.

Ok, I kind of misunderstood your original post, sorry. Like Devon Ryan said above you will have batch effects, so my initial thinking was also that it would be difficult to compare them without accounting for those effects or without going beyond gene expression trend analysis by mapping the different sets of genes using SPIA to determine common pathways. You want tissue specific genes, so it seems you are limited to your two 50bp sets if you cannot account for the batch effects.

Log in to answer this question.