Closed gabrielet closed 1 year ago
ok, I think i found the problem which is related to this post.
The problem is that the random formula requires the parenthesis, apparently. If i use the command:
> ancom_output_xna <- ancombc2(data=phylo_data,
+ assay_name="counts",
+ tax_level="Phylum",
+ fix_formula="DNA_RNA",
+ rand_formula="(1|CollectionSite)",
+ n_cl = 8)
I don't get any problem, even no warnings.
I am having an issue which I am not able to solve. The error is located in the
iter_remle()
function and its due to wrong colum names assignment.I am running ANCOMBC_2.1.1. I can't replicate the error and this is what I have, so far:
Here you can find the warnings which, I believe, are not really worrisome. They are thrown by the reml fits and the iterative reml steps, within
iter_remle()
:The error, on the other hand, is thrown when trying to assign
colnames()
to _varhat:For now, I am unable to go further that this...but I am investigating.