xcms icon indicating copy to clipboard operation
xcms copied to clipboard

featureValues and featureDefinitions

Open yuan596 opened this issue 1 year ago • 1 comments

Where are functions 'featureDefinitions' and 'featureValues '?

yuan596 avatar Sep 27 '24 08:09 yuan596

Hi, checkout the search: https://github.com/search?q=repo%3Asneumann%2Fxcms%20featureValues&type=code There are plenty of hits, and it depends what you are looking for. Generics are defined at https://github.com/sneumann/xcms/blob/08e16491b226dacc5536d3fa0296da16467aa058/R/AllGenerics.R#L838 The methods are implemented for multiple objects, e.g. for XcmsExperiment here: https://github.com/sneumann/xcms/blob/08e16491b226dacc5536d3fa0296da16467aa058/R/XcmsExperiment.R#L1930 A question with more context might get you a better answer, feel free to ask if the above was not what you needed. Yours, Steffen

sneumann avatar Sep 28 '24 08:09 sneumann