google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.AnnotationSet View Source
An annotation set is a logical grouping of annotations that share consistent type information and provenance. Examples of annotation sets include 'all genes from refseq', and 'all variant annotations from ClinVar'.
Attributes
- info (Map[String, List[ErrorUnknown]]): A map of additional read alignment information. This must be of the form map<string, string[]> (string key mapping to a list of string values). Defaults to:
null
. - datasetId (String): The dataset to which this annotation set belongs. Defaults to:
null
. - id (String): The server-generated annotation set ID, unique across all annotation sets. Defaults to:
null
. - name (String): The display name for this annotation set. Defaults to:
null
. - referenceSetId (String): The ID of the reference set that defines the coordinate space for this set's annotations. Defaults to:
null
. - sourceUri (String): The source URI describing the file from which this annotation set was generated, if any. Defaults to:
null
. type (String): The type of annotations contained within this set. Defaults to:
null
.- Enum - one of [ANNOTATION_TYPE_UNSPECIFIED, GENERIC, VARIANT, GENE, TRANSCRIPT]