Tool for SNP detection between two DNA sequence?
1
0
Entering edit mode
8.4 years ago
mbk0asis ▴ 680

Hi

I'm looking for a tool to detect SNPs between DNA sequences.

For example, when I enter input sequences

seq1 = GATC
seq2 = GTTC

The result should contain the base position (2nd base in this case) and will be better if mutated bases also appears (A/T).

I've been looking for a software, but no luck yet.

Someone might say I can just code for it, but my coding skill doesn't reach the level.

Beside, I'm sure somebody already made one.

So if anyone knows it, please let me know.

Thank you!

SNP • 1.4k views
ADD COMMENT
2
Entering edit mode
8.4 years ago

I wrote a tool to extract the variation from a BlastN+XML input. See Find Mismatch And Gap Positions and https://github.com/lindenb/jvarkit/wiki/BlastnToSnp

ADD COMMENT
0
Entering edit mode

Thank you, Pierre!

I really wanted to try the tool you made, but I don't really understand how to compile it.

I followed the instruction on the jvarkit page. No success yet.

Would you please explain the compilation process?

ADD REPLY
0
Entering edit mode

please tell me what's going wrong.

ADD REPLY
0
Entering edit mode
Sorry to bother you. I figured out. Java was 1.7 and ANT wasn't in my system. Sorry again.
ADD REPLY
0
Entering edit mode

There is another tool on Pierre's Github which may suit your needs, found it on this thread.

ADD REPLY

Login before adding your answer.

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