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 ?