object 'feaMeasurements' not found for MSstats
1
1
Entering edit mode
doomloop1 ▴ 10
@doomloop1-14430
Last seen 6.4 years ago

Library(Msstats)

input<-read.csv(file = "proteinGroups.txt")

 infile <- read.table("evidence.txt", sep="\t", header=TRUE)
 annot <- read.csv("ExpDesign.csv", header=TRUE)

 raw <- MaxQtoMSstatsFormat(evidence=infile, 

+                            annotation=annot, 
+                            proteinGroups=proteinGroups1)
Error in MaxQtoMSstatsFormat(evidence = infile, annotation = annot, proteinGroups = proteinGroups1) : 
  object 'feaMeasurements' not found

 

I have looked at my MaxQuant Protein Groups file and there is no such column as feaMeasurements, should that column be in the annotation file instead ?

 

 

R msstats • 1.1k views
ADD COMMENT
0
Entering edit mode
thx223 • 0
@thx223-14816
Last seen 6.2 years ago

I am having the same problem, even though I am using the example files MSstats_material posted by MeenaChoi on GitHub.

I suspect a typo somewhere  because there is an argument actually called fewMeasurements. So the function MaxQtoMSstatsFormat() is expecting fea- where it should expect few-.

ADD COMMENT

Login before adding your answer.

Traffic: 806 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6