Comparing two genome sequences
1
1
Entering edit mode
6.9 years ago
jeevansai502 ▴ 10

I am learning how to compare two genome sequences to find how similar they are i did not find any resource related to it.

Now say if i want to compare them should i use local alignment or global alignment or any other modified algorithm and how do i give rating to them.

How will the match vary in case if i am comparing between two species for different dna sample.Can someone give any reference to the algorithm.Thank you.

genome sequence • 8.8k views
ADD COMMENT
0
Entering edit mode

Hello jeevansai502!

Cross-posted to another site: http://seqanswers.com/forums/showthread.php?t=76279

ADD REPLY
0
Entering edit mode
6.9 years ago
GenoMax 141k

Take a look at mauve (if you are looking for bacterial genomes). LASTZ is meant to align chromosome size pieces for larger genomes.

ADD COMMENT
0
Entering edit mode

It is a tool and the source code is very large i just want to learn the algorithm to know the way it is done could you please provide me some resource briefly explaining the method.Thank you.

ADD REPLY
0
Entering edit mode

Mauve paper describes the methodology it uses.

ADD REPLY
0
Entering edit mode

There is no explanation about the algorithm,they just gave the link for their source code and that too not working.

ADD REPLY
0
Entering edit mode

Did you not see/read the Methods section in the paper linked above (excerpt below)?

The alignment algorithm can be summarized as follows:

    Find local alignments (multi-MUMs).

    Use the multi-MUMs to calculate a phylogenetic guide tree.

    Select a subset of the multi-MUMs to use as anchors—these anchors are partitioned into collinear groups called LCBs.

    Perform recursive anchoring to identify additional alignment anchors within and outside each LCB.

    Perform a progressive alignment of each LCB using the guide tree.

Aaron Darling moved to Australia and the link I provided in 1st post is for his current lab/mauve site.

ADD REPLY
0
Entering edit mode

Now if i am comparing two human genomes then both will be of approximately same size range so how will i do local alignment there and how to do the algorithm on such huge genome

ADD REPLY
0
Entering edit mode

LASTZ, also linked above, is meant for that application. Locate the paper/Bob Harris' thesis and you will have the alogorithmic details.

ADD REPLY

Login before adding your answer.

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