I am using DESeq2 to analysis a longitudinal data. we have two species for two treatment (control and treatment). we collect data on 0, 1, 2, 5 days three replicates. so we have 2 * 2 * 3=12 subjects' data on four time points.
Using anova, we design the formula, like this: count~species*treatment*time+Error(subject)
It works for aov. However, DESeq2 returns: Error in eval(expr, envir, enclos) : could not find function "Error"
Anyone have an idea how to solve this problem?
Thanks for your time!
kyle
Using anova, we design the formula, like this: count~species*treatment*time+Error(subject)
It works for aov. However, DESeq2 returns: Error in eval(expr, envir, enclos) : could not find function "Error"
Anyone have an idea how to solve this problem?
Thanks for your time!
kyle
Comment