-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple alleles: bug in mapAllelesCFtable? #143
Comments
Sorry, I cannot find the attached file. Can you forward it to me to be able to check? |
The file is attached to the google group question. It is not replicable (the data set is huge: 13,757,814 four-taxon sets), but I copy-pasted the key lines above. The problem is that |
Hi @cecileane and @crsl4, thanks for looking into this! Here I am attaching a subset of the data to reproduce the problem and help solving it. I also added a row in which all alleles map to the same species. readTableCF!() removes that one, but does not average rows with same species. Explicitly calling PhyloNetworks.mergeRows() does average over rows. |
@crsl4 : would you have time to look into this? I don't unfortunately...
See google group question and attached file, thanks to @brunoasm : it seems that
mapAllelesCFtable!
would return an empty list of repeated species, such thatmergeRows()
is not called duringreadTableCF!
and the resultingDataCF
object still has 13,757,814 4-taxon sets instead of a few 1000s:yet
mergeRows
worked:(used PhyloNetworks v0.11.0 and julia v1.5.1)
The text was updated successfully, but these errors were encountered: