Gordon Smyth Thanks for the reply. I removed all the rows that contained even one negative value
proteome_raw<-proteome_raw[rowSums(proteome_raw<0)<1,]
I am from a Data Science background, and I don't know this area. I am new to differential analysis, and I am just trying to do that on Proteomics data. At first, I used the package DEQMS, as I read it provides better results on Proteomics data than Limma, but I ran into issues with the spectraCounteBayes function as I didn't have the PSM count data. Someone in my team told me that the PSM count method is old and shouldn't be used now. I don't have anything to compare, that's why I didn't use contrasts.
Cross-posted to Bioconductor https://support.bioconductor.org/p/9142067/
@OP, can you please stop crossposting to that extend? It splits information across multiple communities and doubles the effort for users. Please consider to decide for one community and then wait whether you get answers in a reasonable timespan (a few hours is not "reasonable", rather days).