search for: msmspeak

Displaying 1 result from an estimated 1 matches for "msmspeak".

Did you mean: msmspeaks
2007 Apr 02
0
Object problems with Generic and rematchDefinition
...metlinfile) Pcount<-object at env$peaksCount values<-matrix(nrow=length(Pcount), ncol= 6) colnames(values)<-c("Name", "Distance", "precursor MZ", "precursor Z", "rt", "MS/MS peaks") for(i in length(Pcount)){ if(MSMSpeaks){ MSMSpeaks<-as.vector(object at env$MSMSmz[Pcount[i-1]:Pcount[i]]) rtMSpeaks<-as.vector(object at env$MSMSrt[i]) preMZ<-as.vector(object at env$MSMSpremz[i]) preZ<-as.vector(object at env$MSMSpreZ[i]) }else{ MSMSpeaks<-as.vector(objec...