Menu
Introduction
Getting Started
Use cases
Cell Culture App
Technical documentations
Version
Publication date

Sep 19, 2024

Confidentiality
Public
Reactions
0
Share

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

Input

Medium Table
Table containing medium composition data

Output

Filtered Medium Table
Table with only selected medium

Configuration

medium_column

Optional

Name of the column containing medium identifiers

Type : stringDefault value : Medium

selected_medium

Optional

List of specific medium to keep (empty = all medium)

Type : listDefault value : 
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.