This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Extract Transcript sequence from fastq file (Plant RNA-Seq data)

I have a plant RNA-Seq data and I want to extract the transcript sequence of the some transcripts. How can I do that ??

rna-seq

You can extract transcript sequences directly from ensembl plants biomart, you don't need RNA-seq data for that. In case it is transgenic with fused transcripts or something like that, then you can use blast to extract reads from fastq file and then assemble them.

ok let me try that.. and any idea of tool for annotation of plant assembly ?

@ hafiz.talhamalik

Is this plant genome already sequenced and annotated? If so, go for reference based assembly (with reference sequence) and post alignment, you can extract transcripts (sequence) of interest using annotation file. For aligning RNAseq data, use splice aware aligners such as hisat2, star.

yes it's known one Brassica Napus. I tried reference based assembly using trinity but assembly results were not good..!! any other good assembler ??

1 answer

If you have RNAseq you can also do a guided transcriptome assembly - basically look for transcripts in your data that does not appear in the annotation database - you can read more about considerations and tools here.

Log in to answer this question.