google_api_genomics v0.4.0 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 (%{optional(String.t) => [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.t): The dataset to which this annotation set belongs. Defaults to:
null
. - id (String.t): The server-generated annotation set ID, unique across all annotation sets. Defaults to:
null
. - name (String.t): The display name for this annotation set. Defaults to:
null
. - referenceSetId (String.t): The ID of the reference set that defines the coordinate space for this set's annotations. Defaults to:
null
. - sourceUri (String.t): The source URI describing the file from which this annotation set was generated, if any. Defaults to:
null
. type (String.t): The type of annotations contained within this set. Defaults to:
null
.- Enum - one of [ANNOTATION_TYPE_UNSPECIFIED, GENERIC, VARIANT, GENE, TRANSCRIPT]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.