Skip to content

[Feature Request]: picks with mae #6

@gogonzo

Description

@gogonzo

Feature description

Explore teal.modules.hermes and see if following makes sense

  1. 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()
)
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions