-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
Feature description
Explore teal.modules.hermes and see if following makes sense
- Select variables from MAE object. Following should produce inputs for patients-data (colData()) and filter for a selected column
library(hermes)
library(teal.modules.hermes)picks(
datasets(selected = "multi_assay_experiment"),
variables(choices = everything(), selected = 1), # produces pickerinput with colnames(colData(<mae>))
values()
)- Select column in colData of the experiment
picks(
datasets(selected = "miniACC"),
mae_experiments(choices = everything(), selected = "hd2"),
mae_col_data(),
variables(choices = everything(), selected = "low_depth_flag"),
values()
)Code of Conduct
- I agree to follow this project's Code of Conduct.
Contribution Guidelines
- I agree to follow this project's Contribution Guidelines.
Security Policy
- I agree to follow this project's Security Policy.