cbroeckl / RAMClustR

Assigning precursor-product ion relationships in indiscriminant MS/MS data
MIT License
12 stars 16 forks source link

mzpos and timepos are unused #4

Closed sneumann closed 6 years ago

sneumann commented 10 years ago

These paremeters are not used in ramclustR()

cbroeckl commented 10 years ago

timepos should have been used, but was not. When importing data from another non-xcms source, we need mass and retention time for each feature, which should be the column name, with a delimiter defined by 'featdelim' and the timeposition (either 1 or 2) defined by timepos.

By default mzpos is defined as whichevern of the vector c(1:2) is not selected for timepos.