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
Contribution Guidelines
Security Policy
Feature description
Explore
teal.modules.hermesand see if following makes senseCode of Conduct
Contribution Guidelines
Security Policy