Enum: ManifestCategoryEnum
A list of contexts in which some DataObjects can be analyzed together.
URI: ManifestCategoryEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| instrument_run | None | A collection of data objects from a single run of an instrument |
| poolable_replicates | None | A collection of data objects that can be pooled for downstream analyses |
| fractions | None | A collection of data objects that represent fractions of a single sample |
Slots
| Name | Description |
|---|---|
| manifest_category | The type of context in which the constituent DataObjects can be analyzed toge... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nmdc/nmdc
LinkML Source
name: ManifestCategoryEnum
description: A list of contexts in which some DataObjects can be analyzed together.
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
permissible_values:
instrument_run:
text: instrument_run
description: A collection of data objects from a single run of an instrument.
poolable_replicates:
text: poolable_replicates
description: A collection of data objects that can be pooled for downstream analyses.
fractions:
text: fractions
description: A collection of data objects that represent fractions of a single
sample.