Publication dateSep 19, 2024
Confidentiality public Public
Cell Culture Medium Table Filter
TASK
Typing name : TASK.gws_plate_reader.CellCultureMediumTableFilter Brick : gws_plate_reader Filters medium table by selecting specific medium names
[Generated by Task Expert Agent]
Filters a medium composition table to keep only selected medium.
This task takes a Table containing medium composition data and filters it to retain
only the rows corresponding to the selected medium names. The first column is assumed
to contain the medium identifiers.
Input
- medium_table: Table with medium composition data. The first column should contain
medium names/identifiers, and other columns contain compositional features.
Configuration
- medium_column: Name of the column containing medium identifiers (default: 'Medium')
- selected_medium: List of specific medium names to keep. If empty, all medium are kept.
Output
- filtered_table: Table containing only the selected medium rows
Notes
- If a selected medium is not found in the table, it will be silently skipped
- The output table preserves the same structure as the input table
- Empty selection list returns all medium
login
Input
Medium Table
Table containing medium composition data
logout
Output
Filtered Medium Table
Table with only selected medium
settings
Configuration
Name of the column containing medium identifiers
Type : stringDefault value : MediumList of specific medium to keep (empty = all medium)
Type : listDefault value : Technical bricks to reuse or customize Have you developed a brick?
Share it to accelerate projects for the entire community.