Open yuan596 opened 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
Where are functions 'featureDefinitions' and 'featureValues '?