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

Get arbitrary vars #26

Merged
merged 6 commits into from
Apr 24, 2024
Merged

Get arbitrary vars #26

merged 6 commits into from
Apr 24, 2024

Conversation

d-callan
Copy link
Contributor

@d-callan d-callan commented Apr 22, 2024

depends on VEuPathDB/veupathUtils#46
depends on microbiomeDB/microbiomeComputations#21

resolves #20

the goal is to let the mbio main package users ask for arbitrary variables from different collections by name, and get them back in a single data table. to do this is adds two methods, one called getVariables and one called getCollectionVariableNames. the second can be used to identify potential vars of interest to request of the first.

R/methods-MbioDataset.R Outdated Show resolved Hide resolved
R/methods-MbioDataset.R Show resolved Hide resolved
R/methods-MbioDataset.R Outdated Show resolved Hide resolved
R/methods-MbioDataset.R Show resolved Hide resolved
R/methods-MbioDataset.R Show resolved Hide resolved
R/methods-MbioDataset.R Outdated Show resolved Hide resolved
@d-callan d-callan merged commit 606e5dc into main Apr 24, 2024
6 checks passed
@d-callan d-callan deleted the get-arbitrary-vars branch April 24, 2024 16:47
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

Successfully merging this pull request may close these issues.

add getVariables method or similar
2 participants