Hi, I have an experimental design as follows:
WT_1 WT_2 WT3 WT_4 KO_1 KO_2 KO_3 KO_4
*_1 and *_2 are biological replicates while *_3 and *_4 are technical replicates.
Please, can you explain how to handle technical and biological replicates in DEP?
I understand that I can utilise the option type="all" to make pairwise comparisons:
data_diff_all_contrasts <- test_diff(data_imp, type = "all")
I hav e done that but would that be enough to take into account the replicates or do I need add the design_formula option in the code?
If design_formula needs to be include please, can you explain how to do in my case of experimental design?
Thank you very much
Hi, I have an experimental design as follows:
WT_1 WT_2 WT3 WT_4 KO_1 KO_2 KO_3 KO_4
*_1 and *_2 are biological replicates while *_3 and *_4 are technical replicates.
Please, can you explain how to handle technical and biological replicates in DEP?
I understand that I can utilise the option type="all" to make pairwise comparisons:
data_diff_all_contrasts <- test_diff(data_imp, type = "all")
I hav e done that but would that be enough to take into account the replicates or do I need add the design_formula option in the code?
If design_formula needs to be include please, can you explain how to do in my case of experimental design?
Thank you very much