sneumann / xcms

This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis
Other
188 stars 80 forks source link

featureValues and featureDefinitions #771

Open yuan596 opened 2 months ago

yuan596 commented 2 months ago

Where are functions 'featureDefinitions' and 'featureValues '?

sneumann commented 2 months ago

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