I am using R 4.3.3 on Windows 11. I am trying to collate a table of CI values for different tree/alignment combinations. I inferred trees using a "normal" MSA and a weighted MSA in which patterns are duplicated based on the site reliability. When I try to use the CI(tree, data) function, I get the error: "Error in fit.sankoffNew(tree, data, cost, returnData = site) : INTEGER() can only be applied to a 'integer', not a 'NULL'", but only for the trees inferred using the "normal" MSA. I don't see issues with any other combination. Would you be able to help?
Hi,
I am using R 4.3.3 on Windows 11. I am trying to collate a table of CI values for different tree/alignment combinations. I inferred trees using a "normal" MSA and a weighted MSA in which patterns are duplicated based on the site reliability. When I try to use the CI(tree, data) function, I get the error: "Error in fit.sankoffNew(tree, data, cost, returnData = site) : INTEGER() can only be applied to a 'integer', not a 'NULL'", but only for the trees inferred using the "normal" MSA. I don't see issues with any other combination. Would you be able to help?