Skip to content

[genomic support] Use column of dataset A as filter in dataset B #194

@sherzinger

Description

@sherzinger

There will be other feature requests for genomic support, but I believe this is a fundamental first step.
Please feel free to give your own input or suggest something entirely different!

Scenario: We have two datasets:

clinicalData:

ID age gender ...
s123 40 f ...
s124 50 m ...
...

genomicalData (one of several ways to structure it):

sample_id gene1 gene2 ...
s123 0.1 0.2 ...
s124 0.3 0.4 ...

Use case description: I want to be able to filter the clinicalData dataset by age < 45 && gender == f. Then I want to see the genomicalData dataset for the filtered samples. This could be achieved by interacting with the column ID in the clinicalData dataset, which opens a dialog with two parameters: target dataset and target dataset column, which in the above scenario would take the values genomicalData and sample_id. After confirming the dialog I am redirected to genomicalData with the following filter already applied: sample_id == [s123, ...].

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions