create ramclustr Object
create_ramclustObj(
ExpDes = NULL,
input_history = NULL,
MSdata = NULL,
MSMSdata = NULL,
frt = NULL,
fmz = NULL,
st = NULL,
phenoData = NULL,
feature_names = NULL,
sample_names = NULL,
xcmsOrd = NULL,
ensure.no.na = TRUE
)
an ramclustR object. this object is formatted as an hclust object with additional slots for holding feature and compound data.
either an R object created by R ExpDes object: data used for record keeping and labelling msp spectral output
input history
dataframe containing MS Data
dataframe containing MSMS Data
feature retention time, in whatever units were fed in
feature retention time
numeric: sigma t - time similarity decay value
dataframe containing phenoData
feature names extracted from the data
sample names extracted from the data
original xcms order of features, for back-referencing when necessary
logical: if TRUE, any 'NA' values in msint and/or msmsint are replaced with numerical values based on 10 percent of feature min plus noise. Used to ensure that spectra are not written with NA values.