arnesmits / DEP

DEP package
27 stars 12 forks source link

Interaction term #25

Open csijcs opened 3 years ago

csijcs commented 3 years ago

Thanks for the great tool.

Is there an easy way to add an interaction term to the analysis?

For example: data_diff <- test_diff(data_imp, type = "all", design_formula = formula(~ 0 + condition + genotype + condition:genotype))