google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.VariantSet View Source
A variant set is a collection of call sets and variants. It contains summary statistics of those contents. A variant set belongs to a dataset. For more genomics resource definitions, see Fundamentals of Google Genomics
Attributes
- datasetId (String): The dataset to which this variant set belongs. Defaults to:
null
. - description (String): A textual description of this variant set. Defaults to:
null
. - id (String): The server-generated variant set ID, unique across all variant sets. Defaults to:
null
. - metadata (List[VariantSetMetadata]): The metadata associated with this variant set. Defaults to:
null
. - name (String): User-specified, mutable name. Defaults to:
null
. - referenceBounds (List[ReferenceBound]): A list of all references used by the variants in a variant set with associated coordinate upper bounds for each one. Defaults to:
null
. - referenceSetId (String): The reference set to which the variant set is mapped. The reference set describes the alignment provenance of the variant set, while the `referenceBounds` describe the shape of the actual variant data. The reference set's reference names are a superset of those found in the `referenceBounds`. For example, given a variant set that is mapped to the GRCh38 reference set and contains a single variant on reference 'X', `referenceBounds` would contain only an entry for 'X', while the associated reference set enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc. Defaults to:
null
.