google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.CallSet View Source
A call set is a collection of variant calls, typically for one sample. It belongs to a variant set.
Attributes
- info (%{optional(String.t) => [ErrorUnknown]}): A map of additional call set information. This must be of the form map<string, string[]> (string key mapping to a list of string values). Defaults to:
null
. - created (String.t): The date this call set was created in milliseconds from the epoch. Defaults to:
null
. - id (String.t): The server-generated call set ID, unique across all call sets. Defaults to:
null
. - name (String.t): The call set name. Defaults to:
null
. - sampleId (String.t): The sample ID this call set corresponds to. Defaults to:
null
. - variantSetIds ([String.t]): The IDs of the variant sets this call set belongs to. This field must have exactly length one, as a call set belongs to a single variant set. This field is repeated for compatibility with the GA4GH 0.5.1 API. Defaults to:
null
.
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.