CellCultureMixture
Summary of SMaHT Portal object type CellCultureMixture . Its parent type is: CellCulture. Property names in red are required properties; those in blue are identifying properties; and properties with types in green are reference properties.Description: A Cell Culture Mixture is a mixture of cell cultures. For example, COLO829BLT50 is a mixture of the cell cultures COLO829BL and COLO829T at a 50-to-1 ratio.
Tip
See actual CellCultureMixture data hereRequired Properties
| Property | Type | Description |
|---|---|---|
| components | array of object | See below for more details. |
| submission_centers | SubmissionCenter array of string | See below for more details. See values here |
| submitted_id | string | See below for more details. |
Identifying Properties
| Property | Type | Description |
|---|---|---|
| accession | string | See below for more details. |
| submitted_id | string | See below for more details. |
| uuid | string | See below for more details. |
Reference Properties
| Property | Type | Description |
|---|---|---|
| cell_line | CellLine array of string | See below for more details. |
| consortia | Consortium array of string | See below for more details. See values here |
| protocols | Protocol array of string | See below for more details. |
| submission_centers | SubmissionCenter array of string | See below for more details. See values here |
Properties
| Property | Type | Description |
|---|---|---|
| accession | string | A unique identifier to be used to reference the object. [Only admins are allowed to set or update this value.] |
| alternate_accessions | array of string • restricted | Accessions previously assigned to objects that have been merged with this object. [Only admins are allowed to set or update this value.] |
| cell_line | CellLine • array of string • calculated | - |
| code | string • unique | Code used in file naming scheme. Must adhere to (regex) pattern: ^[A-Z0-9]{3,}$ |
| components | array of object • min items: 1 | Cultures in the mixture and their corresponding ratios. |
| components . cell_culture | CellCulture • string | Link to associated cell culture. |
| components . ratio | number • min value: 0 | Ratio of the cell culture to the total mixture (percentage). |
| consortia | Consortium • array of string • unique | Consortia associated with this item. See values here |
| description | string | Plain text description of the item. |
| display_title | string • calculated | - |
| external_id | string | External ID for the item provided by submitter. Must adhere to (regex) pattern: ^[A-Za-z0-9-_]{3,}$ |
| protocols | Protocol • array of string • min items: 1 • unique • restricted | Protocols providing experimental details. |
| status • deleted • draft • in review ← default • obsolete • public • released • restricted | enum of string • default: in review | - |
| submission_centers | SubmissionCenter • array of string • unique | Submission Centers that created this item. See values here |
| submitted_id | string | Unique identifier for the item assigned by the submitter. Must adhere to (regex) pattern: ^[A-Z0-9]{3,}_CELL-CULTURE-MIXTURE_[A-Z0-9-_.]{4,}$ |
| tags | array of string • min string length: 1 • max string length: 50 • unique • restricted | Key words that can tag an item - useful for filtering. Must adhere to (regex) pattern: ^[a-zA-Z0-9|_-]+$ |
| title | string • min length: 3 | Name of the cell culture mixture. |
| uuid | string | Unique ID by which this object is identified. |