Intron/Exon structure by cDNA SRA file
1
1
Entering edit mode
9.3 years ago

Hello everyone,

I'm trying to predict the exact intron/exon structure of a gene of interest. Available I have the genomic sequence and the transcriptome of the organism at NCBI's SRA. I tried it using the SRA BLAST tool provided at NCBI but I can't seem to get it right. Is there a simple way to assemble the short reads with the template of the genomic DNA? I just need to do this process with one gene.

Thanks in advance

genome alignment RNA-Seq • 2.0k views
ADD COMMENT
0
Entering edit mode

What is in SRA? Are the reads aligned?

ADD REPLY
0
Entering edit mode

As far as I can tell they are not.

ADD REPLY
0
Entering edit mode
9.3 years ago

If you have a "reference" genome against which to align and your transcriptome reads from SRA, you can:

  1. use the fastq-dump command from the SRA SDK
  2. Align the reads with STAR or HISAT to your genome
  3. Examine the resulting output files and BAM files in the region of your gene
ADD COMMENT

Login before adding your answer.

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