You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mm <- model.matrix(~ A + B, covariates)
x <- aldex.clr(selex.sub, mm, mc.samples=8, denom="all")
Error in coerce.data(reads, conds) :
mismatch between number of samples and condition vector
I have thoroughly looked over my data and they have the same amount and samples and the same sample names.
Thank you
The text was updated successfully, but these errors were encountered:
Greetings - I am trying to use a glm for a 2 factor experimental design and I am getting the error:
Error in coerce.data(reads, conds) :
mismatch between number of samples and condition vector
I also get this error when I use the example data provided in the vignette:
selex.sub <- selex[1:400,]
I have thoroughly looked over my data and they have the same amount and samples and the same sample names.
Thank you
The text was updated successfully, but these errors were encountered: