Supertree With Matrix Representation With Parsimony
2
2
Entering edit mode
12.8 years ago
Pavid ▴ 160

Hi!

I'm working with tuberculosis data, we have SNPs, MIRUs, RFLP and Spoligotype data.
I would like to do a supertree (phylogenetic approach in which many overlapping trees are combined to produce a single tree) combining these four methods.

I've read some papers and I've notice the Matrix Representation with Parsimony is very used.

I have about 1500 samples for 90 SNPs. I've done an individual tree for SNPs with Biopython and Networkx.

answering Leszek comment:
the output of MIRU (Mycobacterial Interspersed Repetitive Units) are numbers (1 to 25)
the output of Spoligotype (0 and 1 - presence and absence)

Does anyone has done something like that?

Or has any direction?

Any help is welcome.

Thanks :)

snp phylogenetics • 3.6k views
ADD COMMENT
0
Entering edit mode

How many samples do you have? And how many SNPs per sample?

ADD REPLY
0
Entering edit mode
12.8 years ago
Leszek 4.2k

I've never done it myself, but after discussion with my friend, I think you could simple concatenate all your SNP positions into multiple fasta file and try to use any tree reconstruction program (f.e.: phyml or raxml) to get tree based on SNPs.

I don't know what MIRUs and Spoligotype data are...

ADD COMMENT
0
Entering edit mode

I've updated my question with the output of MIRU and spoligotype. The problem is not the SNP tree. Is how to concatenate

ADD REPLY
0
Entering edit mode
12.8 years ago
DG 7.3k

Personally I'm not a fan of Supertree methods. I tend to thing the supermatrix approach (concatenate data together), partition where appropriate, and doing normal ML reconstruction on the data works better. Note that programs like RAxML and a few others can handle things like continuous characters, etc.

ADD COMMENT
0
Entering edit mode

what I want with this is to do a tree that would concatenate several trees from different methods together. Doesn't have to be with the MRP method, if you have another solution

ADD REPLY
0
Entering edit mode

RAxML will do what you want to do. You can concatenate your disparate data together, specify the individual data partitions (SNP, MIRU, RFLP, and Spoligotype), appropriate things like ML models of substitution, and reconstruct the ML tree. Although the problem may be coming up with appropriate models for the non-character data.

ADD REPLY
0
Entering edit mode

"RAxML is a fast implementation of maximum-likelihood (ML) phylogeny estimation that operates on both nucleotide and protein sequence alignments" will this be able to use numeric data? output of MIRU are numbers 1 to 25 and spoligotype 0 and 1.

ADD REPLY
0
Entering edit mode

newer versions of RAxML have also implemented binary and multi-state models of evolution. The Multi-State option allows for up to 32 states. The Multi-State option allows for the MK, Ordered, or GTR model of evolution (GTR is the default).

See: http://wwwkramer.in.tum.de/exelixis/software.html

ADD REPLY
0
Entering edit mode

ok, so I'm having some difficulties in testing this software. I've done a test file with dna and binary, but gives me a error into the partitions. But I can make another question with more details

ADD REPLY
0
Entering edit mode

ok, I'm having some problems in getting an example file to work. I'm gone make another question to understand how this work

ADD REPLY

Login before adding your answer.

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