This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RNA seq data analysis

I have two NCBI TSA files. I want to get differentially expressed genes from this. How can i proceed?

rna-seq

Files are of assembled transcriptome of different genotypes of plant. I want to select genes which are differentially expressed in these two genotypes. I want genes which are expressed in plant A but not in plant B

Thank you

1 answer

You cannot, at least not easily and using the assembled transcripts only, what you need for differential expression is

  1. the transcripts
  2. counts for each of the transcripts under different conditions, those counts replicated, to quantify expression

If these were contained in your assembly, fine, you could take those, even though they would not be independent of the assembly. Better, get raw reads data, best independent of the assembly, and map them back to the transcripts.

Thank you Michael.

I will try to get raw reads data of the experiment. I am totally new for this area. How can I process the raw read to get differentially expressed genes at the end?

Log in to answer this question.