Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

featureValues and featureDefinitions #771

Open
yuan596 opened this issue Sep 27, 2024 · 1 comment
Open

featureValues and featureDefinitions #771

yuan596 opened this issue Sep 27, 2024 · 1 comment

Comments

@yuan596
Copy link

yuan596 commented Sep 27, 2024

Where are functions 'featureDefinitions' and 'featureValues '?

@sneumann
Copy link
Owner

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

setGeneric("featureValues", function(object, ...)

The methods are implemented for multiple objects, e.g. for XcmsExperiment here:
setMethod(

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants