Lines Matching full:variants

32   // Returns a stream of all the variants matching the search request, ordered
37 post: "/v1/variants:stream"
50 // The variants for import will be merged with any existing variant that
54 // When variants are merged, the call information from the new variant
65 post: "/v1/variants:import"
126 // Deletes a variant set including all variants, call sets, and calls within.
151 // Gets a list of variants matching the criteria.
153 // For the definitions of variants and other genomics resources, see
161 post: "/v1/variants/search"
168 // For the definitions of variants and other genomics resources, see
173 post: "/v1/variants"
180 // For the definitions of variants and other genomics resources, see
188 patch: "/v1/variants/{variant_id}"
195 // For the definitions of variants and other genomics resources, see
200 delete: "/v1/variants/{variant_id}"
206 // For the definitions of variants and other genomics resources, see
211 get: "/v1/variants/{variant_id}"
215 // Merges the given variants with existing variants.
217 // For the definitions of variants and other genomics resources, see
226 // When variants are merged, the call information from the new variant
233 // mistakes in existing variants and difficult to back out of them. For
237 // variants contain calls that belong to callsets with the same callset ID.
308 post: "/v1/variants:merge"
423 // A variant set is a collection of call sets and variants. It contains summary
447 // A list of all references used by the variants in a variant set
463 // Variants belong to a variant set.
477 // The server-generated variant ID, unique across all variants.
496 // the reference allele is (end - start). This is useful for variants
588 // API](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/variants.avdl#L76).
600 // variants in a particular reference.
760 // At most one variant set ID must be provided. Only variants from this
765 // Only return variants which have exactly this name.
773 // Required. Only return variants in this reference sequence.
777 // overlapping variants should be returned. If unspecified, defaults to 0.
789 // The maximum number of variants to return in a single page. If unspecified,
802 // The list of matching Variants.
803 repeated Variant variants = 1; field
844 // The variants to be merged with existing variants.
845 repeated Variant variants = 2; field
912 // The stream variants request.
919 // The variant set ID from which to stream variants.
926 // Required. Only return variants in this reference sequence.
930 // overlapping variants should be returned.
934 // variants should be returned.
939 repeated Variant variants = 1; field