This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can i run a local blastn on my denovo assemble (rnaseq data) for detection known gene?

Hi everyone, I have a denovo assemble by Trinity assembler. I want to find some known gene from databases like NCBI and others in order to detect the similarity or homology search from my transcriptome assemble. Do you know an online aligner or command line software? I know the NCBI blast command line but it is a little complex at this time for me. thanks.

rna-seq assembly gene assembly alignment

Instead of doing blast at this step you should first do a TransDecoder analysis on your data. You could extend that analysis to do pfam search. @h.mon recently provided an answer for protein domain searches that you will find useful : A: How to build a local Pfam database?

Ideally then you could then do DIAMOND alignments against nr database. This does require significant computer resources though.

Personally, I'd stick to the the swissprot database. NR isn't curated and will lead to a high proportion of misleading or meaningless annotations.

0 answers

No answers yet.

Log in to answer this question.