Getting command line blastn results for the complementary strand
1
0
Entering edit mode
2.8 years ago
langziv ▴ 50

Hello.

Up to now I worked with command line blastn results without seeing any indication for the results being on the + or - strands of a DNA. Is there a parameter to pass with the blastn command in order to get results for both strands?

Thanks!

blast command-line blastn • 2.1k views
ADD COMMENT
0
Entering edit mode
2.8 years ago

If you don't specify it specifically, the default of blast is to search for both strands.

It will also print in the output if it's plus or minus (in the default output at least it should mention "strand: plus/plus" or such). You can also always look at the alignment coordinates and if those are small -> big it's plus, if it's big -> small it's minus strand

ADD COMMENT
0
Entering edit mode

Thanks.

I'm using the outfmt 6 output format and couldn't find in which column this information is given.

What do you mean by alignment coordinates?

Maybe you refer to the web blastn application? I'm using the command line blastn.

ADD REPLY
1
Entering edit mode

ah, yes it's indeed for the tabular output I mentioned the coordinates thing.

Since in the tab output it does indeed not make any mention from the plus/minus strand you have to look at the alignment coordinates. the coordinates in column 7-8-9-10 indicate the start/stop of the alignments. if there it is outputted as large -> small number it means minus strand, if it's small -> large it denotes plus strand.

For both the web as cmdline it should be the same behaviour.

ADD REPLY
0
Entering edit mode

Thanks.

That raises another question: I just checked my blastn output, and it has only small to large positions. Seems weird. Is that a reasonable output considering the small to large and large to small patterns?

The input is a single-stranded fasta file (as all fasta files I've seen were).

From what I understood, blastn creates the complementary strand so that it can search it.

ADD REPLY
0
Entering edit mode

that is a bit strange but it can happen depending on the specific use case.

Did you check all coordinates for all alignments? (also both for the query & hit?)

ADD REPLY
0
Entering edit mode

Yes. Same thing. Maybe it has to do with the blastn command.

ADD REPLY
1
Entering edit mode

neh, I wouldn't think so, rather with the input sequences/database .

You could quickly check this: take a few sequences from your input file and make the reverse complement. Blast those against your DB and see what the output looks like (in best case do it together with the few original sequence so you can see the difference)

ADD REPLY
0
Entering edit mode

Ok. I'll try.

Blast's algorithm is supposed to create complementary strands, right?

ADD REPLY
0
Entering edit mode

it also searches the reverse complement strand (if that is what you are asking) indeed.

Can't remember currently whether it will do this for the query or the DB (gut feeling says query sequence though)

ADD REPLY

Login before adding your answer.

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