GENETIC_METADATA#

Python object: phenotypic.schema._experimental_tags._genetic.GENETIC_METADATA

Recommended MetadataGenetic_* tags describing the organism and its genetics.

These name the genetic identity of the colonies on a plate (species, strain, genotype, markers). Like all experimental-tag enums they belong to the Metadata column family, so members render as MetadataGenetic_<Label> (e.g. MetadataGenetic_Strain) and slot directly into the --metadata CSV join and the post/ metadata operations. This is a recommended vocabulary, not a validator: arbitrary metadata columns are still accepted.

Category: MetadataGenetic#

Column label

Description

Type

MetadataGenetic_Organism

Species or organism name (e.g. Saccharomyces cerevisiae).

Identity / design

MetadataGenetic_Strain

Strain name or identifier (e.g. BY4741).

Identity / design

MetadataGenetic_Genotype

Genotype description of the strain.

Identity / design

MetadataGenetic_Background

Genetic background or parent strain.

Identity / design

MetadataGenetic_Allele

Specific allele or mutation under study.

Identity / design

MetadataGenetic_Plasmid

Plasmid carried by the sample.

Identity / design

MetadataGenetic_SelectionMarker

Selectable marker gene (e.g. URA3, KanMX).

Identity / design

MetadataGenetic_MatingType

Mating type for yeast (e.g. MATa, MATalpha).

Identity / design

MetadataGenetic_Ploidy

Ploidy of the organism (e.g. haploid, diploid).

Identity / design