smirarab / ASTRAL

Accurate Species TRee ALgorithm
Apache License 2.0
245 stars 69 forks source link

newick trees with polytomies as input #57

Closed kmeusemann closed 4 years ago

kmeusemann commented 4 years ago

Dear all, just a quick question: can ASTRAL handle also trees (newick) with polytomies while other branching pattterns are present (with supoort values)? If so, does within Astral estimation of the species tree also the branch length does play a role or not? (asking because when I'd use as input a tree where I have previously contracted/collapsed clades due to a low support value , its actually a bit artificial isn't it?

smirarab commented 4 years ago

On Wed, Jan 15, 2020 at 3:11 AM kmeusemann notifications@github.com wrote:

Dear all, just a quick question: can ASTRAL handle also trees (newick) with polytomies

Yes.

while other branching pattterns are present (with supoort values)?

Not sure what you mean.

If so, does within Astral estimation of the species tree also the branch length does play a role or not?

Again, not fully sure what you are asking. But ASTRAL does not use branch length in the input trees.

(asking because when I'd use as input a tree where I have previously contracted/collapsed clades due to a low support value , its actually a bit artificial isn't it?

Not sure what you mean. Please see the paper below.

Zhang, Chao, Maryam Rabiee, Erfan Sayyari, and Siavash Mirarab. 2018. “ASTRAL-III: Polynomial Time Species Tree Reconstruction from Partially Resolved Gene Trees.” BMC Bioinformatics 19 (S6): 153. https://doi.org/10.1186/s12859-018-2129-y.

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/smirarab/ASTRAL/issues/57?email_source=notifications&email_token=AAGJXOD76IZQBF4N4TEW6P3Q53VNBA5CNFSM4KHBYP62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGKFWRA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJXOFMUJEC26OWFJB4FUTQ53VNBANCNFSM4KHBYP6Q .

-- Siavash Mirarab

kmeusemann commented 4 years ago

Dear Siavash, thanks for your reply, y you solved my questions with your answers.

Any recommandations for a tool/software where I can easily collapse low supported clades to polytomies? (automaticaly for a bunch of gene trees - ewick format and unrooted for example on command line?

smirarab commented 4 years ago

I like to use newick utilities: http://cegg.unige.ch/newick_utils

nw_ed inputgenetrees.tre 'i & b <= 0.10' o > contracted-10-genetrees.tre

On Thu, Jan 16, 2020 at 2:36 AM kmeusemann notifications@github.com wrote:

Dear Siavash, thanks for your reply, y you solved my questions with your answers.

Any recommandations for a tool/software where I can easily collapse low supported clades to polytomies? (automaticaly for a bunch of gene trees - ewick format and unrooted for example on command line?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/smirarab/ASTRAL/issues/57?email_source=notifications&email_token=AAGJXOAATZVA74CSHRM4ED3Q6A2ELA5CNFSM4KHBYP62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJDS4WA#issuecomment-575090264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJXOD3QYHE5523MJL3MFTQ6A2ELANCNFSM4KHBYP6Q .

-- Siavash Mirarab

kmeusemann commented 4 years ago

Many thanks!! Best, Karen