You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a sample to be taken from two or more biological sources for example leaves or seed etc, and sample these together as one. Does not cover the case where existing samples are combined in form a new pooled/bulk sample, this is covered in Issue 573. Nor does it allow for recording the relative contribution to the sample mixture from each source, which is also covered in Issue 573.
Use Cases
Bulked segregant analysis for material coming from a group of germplasm (related or not) with the same phenotypic trait.
Impurity or contamination testing of pooled/bulked material to reduce costs by testing en masse for infrequent/unexpected alleles.
Implementation
Add the property observationUnitsDbIds with the following schema to SampleNewRequest:
observationUnitsDbIds:
description: The DbIds of the Observation Units from which material was taken to create this sample
items:
type: string
type: array
Depreciate the observationUnitDbId property
When the Observation Units are taken from different Germplasm, then the germplasmDbId property would be null.
The text was updated successfully, but these errors were encountered:
Allow a sample to be taken from two or more biological sources for example leaves or seed etc, and sample these together as one. Does not cover the case where existing samples are combined in form a new pooled/bulk sample, this is covered in Issue 573. Nor does it allow for recording the relative contribution to the sample mixture from each source, which is also covered in Issue 573.
Use Cases
Implementation
Add the property observationUnitsDbIds with the following schema to SampleNewRequest:
Depreciate the observationUnitDbId property
When the Observation Units are taken from different Germplasm, then the germplasmDbId property would be null.
The text was updated successfully, but these errors were encountered: