Hi,
We are having trouble with dataProcess() for LFQ data generated from MaxQuant
Essentially we have 3 conditions, 2 biological replicates and 3 technical replicates each, and each replicate has 2 fractions (total 12 raw files per condition). I have uploaded the annotation csv file here.
However, when we run dataProcess() we get this:
Summary of Samples :
P18 P28 P35
# of MS runs 1 1 1
# of Biological Replicates 2 2 2
# of Technical Replicates 0 0 0
Summary of Missingness :
# transitions are completely missing in at least one of the conditions : 15907
-> DVYEDELVPVFEAVGR_2_NA_NA, GYELVPNLEIPTVNPVAIK_3_NA_NA, IPTAGIYGASYVPFAAPATATIATLQK_3_NA_NA, LFIGGIPK_2_NA_NA, TAEDSTAAM(Oxidation (M))SSDSAAGSSAK_2_NA_NA ...
# run with 75% missing observations: NA
Error in if (sum(run.missing < 0.25) != 0) { :
missing value where TRUE/FALSE needed
How should we change our annotation file so it reflects the correct number of biological and technical replicates and we can perform the analysis?
Thank you so much!
Claire