In read.SDFset(file) :
54 invalid SDFs detected. To fix, run: valid <- validSDF(sdfset); sdfset <- sdfset[valid]
resulting in a result with invalid SDF we know nothing about
Maybe we could offer an argument ( compound_tbl_sdf(..., onlyValid)) in order not to load such invalid SDFs by applying the code suggested by the warning.
Hi, I parsed negative LC-MS/MS spectra from MoNA by using the
compound_tbl_sdf(sdf file)
function. It returns the following warning;resulting in a result with invalid SDF we know nothing about Maybe we could offer an argument (
compound_tbl_sdf(..., onlyValid)
) in order not to load such invalid SDFs by applying the code suggested by the warning.