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.
Column label |
Description |
Type |
|---|---|---|
|
Species or organism name (e.g. Saccharomyces cerevisiae). |
|
|
Strain name or identifier (e.g. BY4741). |
|
|
Genotype description of the strain. |
|
|
Genetic background or parent strain. |
|
|
Specific allele or mutation under study. |
|
|
Plasmid carried by the sample. |
|
|
Selectable marker gene (e.g. URA3, KanMX). |
|
|
Mating type for yeast (e.g. MATa, MATalpha). |
|
|
Ploidy of the organism (e.g. haploid, diploid). |