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.
In the
ramclustR.R
function it was possible to provide acsv
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 thepheno
object from a metadata csv.The function would then return a
ramClustObj
which has the data fields initiated in the same way as therc.get.xcms.data
function.