Dear developers,
I am running the rTapas package to calculate the co-phylogeny of 2 NJ trees. I have prepared my input association matrix and phylogeny as the example datasets but I got the error and warning messages when I run the max_cong():
Error in tapply(X = X, INDEX = x, FUN = FUN, ...) :
argument "X" is missing, with no default
In addition: Warning messages:
1: In trimHS_maxC(N = N, n = n, HS = HS, check.unique = TRUE) :
No. of trimmed H-S assoc. matrices < No. of runs
2: In drop.tip.phylo(treeH, setdiff(treeH$tip.label, rownames(ths))) :
drop all tips of the tree: returning NULL
3: In drop.tip.phylo(treeS, setdiff(treeS$tip.label, colnames(ths))) :
drop all tips of the tree: returning NULL
My datasets are screenshots below:
It would be very kind of you if you could offer me some guidance on how to solve these problems. Thank you!
Dear developers, I am running the rTapas package to calculate the co-phylogeny of 2 NJ trees. I have prepared my input association matrix and phylogeny as the example datasets but I got the error and warning messages when I run the max_cong(): Error in tapply(X = X, INDEX = x, FUN = FUN, ...) : argument "X" is missing, with no default In addition: Warning messages: 1: In trimHS_maxC(N = N, n = n, HS = HS, check.unique = TRUE) : No. of trimmed H-S assoc. matrices < No. of runs 2: In drop.tip.phylo(treeH, setdiff(treeH$tip.label, rownames(ths))) : drop all tips of the tree: returning NULL 3: In drop.tip.phylo(treeS, setdiff(treeS$tip.label, colnames(ths))) : drop all tips of the tree: returning NULL
My datasets are screenshots below:
It would be very kind of you if you could offer me some guidance on how to solve these problems. Thank you!