Publication dateSep 19, 2024
Confidentiality public Public
Merge Cell Culture Feature and Metadata Tables
TASK
Typing name : TASK.gws_plate_reader.CellCultureMergeFeatureMetadata Brick : gws_plate_reader Merges feature table with metadata table based on 'Series' column
Merges feature extraction results with metadata table.
Combines the growth curve features (from feature extraction) with the metadata
(medium composition) based on the 'Series' column that identifies each experiment.
Inputs:
- feature_table: Table containing growth curve features with 'Series' column
- metadata_table: Table containing medium composition with 'Series' column
Outputs:
- metadata_feature_table: Merged table containing both metadata and features
The merge is performed as an inner join on the 'Series' column, keeping only
rows where both feature and metadata data are available.
login
Input
Feature Table
2d excel like table
Metadata Table
2d excel like table
logout
Output
Merged Metadata and Feature Table
2d excel like table
Technical bricks to reuse or customize Have you developed a brick?
Share it to accelerate projects for the entire community.