An r package for proteomics data Analysis, developed from DEP.
18
stars
4
forks
source link
Tested contrasts: M_vs_C Error in .ebayes(fit = fit, proportion = proportion, stdev.coef.lim = stdev.coef.lim, : No finite residual standard deviations #19
Closed
AlannaGSpiteri closed 1 month ago
Hi there,
Thanks for this awesome package!
I am trying to run the test_diff function in DEP2 and keep getting errors. The data has been pre-processed (filtered, imputed, normalised etc).
Code: design_formula2 <- formula(~0 + condition + Age + Sex) contrasts3 <- DEP2::test_diff(data_norm2, type = "manual", test = c("M_vs_C"), fdr.type = "BH", design_formula=formula(design_formula2))
Error: Tested contrasts: M_vs_C Error in .ebayes(fit = fit, proportion = proportion, stdev.coef.lim = stdev.coef.lim, : No finite residual standard deviations
I dont get errors if i just add sex or age alone.
This is basically what the matrix looks like: 2x conditions (C and M), Age, Sex (M and F)
Thanks heaps