This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Extracting sequences from tBlastn results(BLAST standalone)

I am using tblastn to search protein queries against custom eukaryotic genome assemblies that lack protein annotations. One suggestion was to parse the hit coordinates and extract the matching genomic regions. Does the blast toolkit make this possible? Does it also make sense to translate the extracted sequences from the genome just so I can do a reciprocal blast to check whether these sequences are homolog candidates?

Would it be more appropriate to first generate a eukaryotic protein annotation for these genomes and then use blastp instead, or is tblastn the preferred approach in this situation?

Thanks in advance for any input. Not sure if this makes sense.

tblastn

Are you trying to find similar sequences in genome assemblies you are testing against? In general doing searches in protein space is always preferable when looking for similar sequences.

One suggestion was to parse the hit coordinates and extract the matching genomic regions. Does the blast toolkit make this possible?

As for extracting tblastn hit sequences, you will need to do that using blasdtdbcmd after parsing the hit coordinates using the blast database of the assemblies.

yeah, I was trying to find similar sequences in the custom database of genomes assemblies (makeblastdb). Only few of them has the faa/gff

As for extracting tblastn hit sequences, you will need to do that using blasdtdbcmd after parsing the hit coordinates using the blast database of the assemblies.

Thank you for this!!

0 answers

No answers yet.

Log in to answer this question.