determining length of fasta cds and protein sequences
1
0
Entering edit mode
9.2 years ago

I have performed blastn and tblastn executions for a list of selected genes. for purpose of analysis I need to compare the best hit alignment length with best percent identity to the actual length of the sequences of cds protein.

Is there a bioinformatic tool I can use for accomplishing this

Is there any algorithms I can use on linux to accomplish the same

cds fasta protein • 2.2k views
ADD COMMENT
1
Entering edit mode
5.8 years ago

Assuming you are using the most recent version of blast (and you should), you can ask to add the query (or hit) length to be added in certain output formats, such as the tabular one.

you'll need to add the following to your blast cmdline:

-outfmt "6 std qlen slen"

this will add, to the normal output the query input seq length and the hit seq length in the second-to-last and last column respectively.

See the blast help (blastp -help) for more info on those parameters (and how to add others for instance)

ADD COMMENT

Login before adding your answer.

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