cbroeckl / RAMClustR

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

Implement `rc.get.csv.data` function #33

Closed hechth closed 1 year ago

hechth commented 1 year ago

In the ramclustR.R function it was possible to provide a csv file as the input. It would be great to have this code now available in a separate function which loads the data from a feature csv and inits the pheno object from a metadata csv.

The function would then return a ramClustObj which has the data fields initiated in the same way as the rc.get.xcms.data function.