Documentation ¶
Overview ¶
Package genomics provides access to the Genomics API.
See https://developers.google.com/genomics/v1beta2/reference
Usage example:
import "google.golang.org/api/genomics/v1beta2" ... genomicsService, err := genomics.New(oauthHttpClient)
Index ¶
- Constants
- type Annotation
- type AnnotationSet
- type AnnotationSetsCreateCall
- func (c *AnnotationSetsCreateCall) Context(ctx context.Context) *AnnotationSetsCreateCall
- func (c *AnnotationSetsCreateCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
- func (c *AnnotationSetsCreateCall) Fields(s ...googleapi.Field) *AnnotationSetsCreateCall
- func (c *AnnotationSetsCreateCall) Header() http.Header
- type AnnotationSetsDeleteCall
- func (c *AnnotationSetsDeleteCall) Context(ctx context.Context) *AnnotationSetsDeleteCall
- func (c *AnnotationSetsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *AnnotationSetsDeleteCall) Fields(s ...googleapi.Field) *AnnotationSetsDeleteCall
- func (c *AnnotationSetsDeleteCall) Header() http.Header
- type AnnotationSetsGetCall
- func (c *AnnotationSetsGetCall) Context(ctx context.Context) *AnnotationSetsGetCall
- func (c *AnnotationSetsGetCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
- func (c *AnnotationSetsGetCall) Fields(s ...googleapi.Field) *AnnotationSetsGetCall
- func (c *AnnotationSetsGetCall) Header() http.Header
- func (c *AnnotationSetsGetCall) IfNoneMatch(entityTag string) *AnnotationSetsGetCall
- type AnnotationSetsPatchCall
- func (c *AnnotationSetsPatchCall) Context(ctx context.Context) *AnnotationSetsPatchCall
- func (c *AnnotationSetsPatchCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
- func (c *AnnotationSetsPatchCall) Fields(s ...googleapi.Field) *AnnotationSetsPatchCall
- func (c *AnnotationSetsPatchCall) Header() http.Header
- type AnnotationSetsSearchCall
- func (c *AnnotationSetsSearchCall) Context(ctx context.Context) *AnnotationSetsSearchCall
- func (c *AnnotationSetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchAnnotationSetsResponse, error)
- func (c *AnnotationSetsSearchCall) Fields(s ...googleapi.Field) *AnnotationSetsSearchCall
- func (c *AnnotationSetsSearchCall) Header() http.Header
- type AnnotationSetsService
- func (r *AnnotationSetsService) Create(annotationset *AnnotationSet) *AnnotationSetsCreateCall
- func (r *AnnotationSetsService) Delete(annotationSetId string) *AnnotationSetsDeleteCall
- func (r *AnnotationSetsService) Get(annotationSetId string) *AnnotationSetsGetCall
- func (r *AnnotationSetsService) Patch(annotationSetId string, annotationset *AnnotationSet) *AnnotationSetsPatchCall
- func (r *AnnotationSetsService) Search(searchannotationsetsrequest *SearchAnnotationSetsRequest) *AnnotationSetsSearchCall
- func (r *AnnotationSetsService) Update(annotationSetId string, annotationset *AnnotationSet) *AnnotationSetsUpdateCall
- type AnnotationSetsUpdateCall
- func (c *AnnotationSetsUpdateCall) Context(ctx context.Context) *AnnotationSetsUpdateCall
- func (c *AnnotationSetsUpdateCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
- func (c *AnnotationSetsUpdateCall) Fields(s ...googleapi.Field) *AnnotationSetsUpdateCall
- func (c *AnnotationSetsUpdateCall) Header() http.Header
- type AnnotationsBatchCreateCall
- func (c *AnnotationsBatchCreateCall) Context(ctx context.Context) *AnnotationsBatchCreateCall
- func (c *AnnotationsBatchCreateCall) Do(opts ...googleapi.CallOption) (*BatchAnnotationsResponse, error)
- func (c *AnnotationsBatchCreateCall) Fields(s ...googleapi.Field) *AnnotationsBatchCreateCall
- func (c *AnnotationsBatchCreateCall) Header() http.Header
- type AnnotationsCreateCall
- func (c *AnnotationsCreateCall) Context(ctx context.Context) *AnnotationsCreateCall
- func (c *AnnotationsCreateCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
- func (c *AnnotationsCreateCall) Fields(s ...googleapi.Field) *AnnotationsCreateCall
- func (c *AnnotationsCreateCall) Header() http.Header
- type AnnotationsDeleteCall
- type AnnotationsGetCall
- func (c *AnnotationsGetCall) Context(ctx context.Context) *AnnotationsGetCall
- func (c *AnnotationsGetCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
- func (c *AnnotationsGetCall) Fields(s ...googleapi.Field) *AnnotationsGetCall
- func (c *AnnotationsGetCall) Header() http.Header
- func (c *AnnotationsGetCall) IfNoneMatch(entityTag string) *AnnotationsGetCall
- type AnnotationsPatchCall
- func (c *AnnotationsPatchCall) Context(ctx context.Context) *AnnotationsPatchCall
- func (c *AnnotationsPatchCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
- func (c *AnnotationsPatchCall) Fields(s ...googleapi.Field) *AnnotationsPatchCall
- func (c *AnnotationsPatchCall) Header() http.Header
- type AnnotationsSearchCall
- func (c *AnnotationsSearchCall) Context(ctx context.Context) *AnnotationsSearchCall
- func (c *AnnotationsSearchCall) Do(opts ...googleapi.CallOption) (*SearchAnnotationsResponse, error)
- func (c *AnnotationsSearchCall) Fields(s ...googleapi.Field) *AnnotationsSearchCall
- func (c *AnnotationsSearchCall) Header() http.Header
- type AnnotationsService
- func (r *AnnotationsService) BatchCreate(batchcreateannotationsrequest *BatchCreateAnnotationsRequest) *AnnotationsBatchCreateCall
- func (r *AnnotationsService) Create(annotation *Annotation) *AnnotationsCreateCall
- func (r *AnnotationsService) Delete(annotationId string) *AnnotationsDeleteCall
- func (r *AnnotationsService) Get(annotationId string) *AnnotationsGetCall
- func (r *AnnotationsService) Patch(annotationId string, annotation *Annotation) *AnnotationsPatchCall
- func (r *AnnotationsService) Search(searchannotationsrequest *SearchAnnotationsRequest) *AnnotationsSearchCall
- func (r *AnnotationsService) Update(annotationId string, annotation *Annotation) *AnnotationsUpdateCall
- type AnnotationsUpdateCall
- func (c *AnnotationsUpdateCall) Context(ctx context.Context) *AnnotationsUpdateCall
- func (c *AnnotationsUpdateCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
- func (c *AnnotationsUpdateCall) Fields(s ...googleapi.Field) *AnnotationsUpdateCall
- func (c *AnnotationsUpdateCall) Header() http.Header
- type BatchAnnotationsResponse
- type BatchAnnotationsResponseEntry
- type BatchAnnotationsResponseEntryStatus
- type BatchCreateAnnotationsRequest
- type Call
- type CallSet
- type CallsetsCreateCall
- type CallsetsDeleteCall
- type CallsetsGetCall
- func (c *CallsetsGetCall) Context(ctx context.Context) *CallsetsGetCall
- func (c *CallsetsGetCall) Do(opts ...googleapi.CallOption) (*CallSet, error)
- func (c *CallsetsGetCall) Fields(s ...googleapi.Field) *CallsetsGetCall
- func (c *CallsetsGetCall) Header() http.Header
- func (c *CallsetsGetCall) IfNoneMatch(entityTag string) *CallsetsGetCall
- type CallsetsPatchCall
- type CallsetsSearchCall
- func (c *CallsetsSearchCall) Context(ctx context.Context) *CallsetsSearchCall
- func (c *CallsetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchCallSetsResponse, error)
- func (c *CallsetsSearchCall) Fields(s ...googleapi.Field) *CallsetsSearchCall
- func (c *CallsetsSearchCall) Header() http.Header
- type CallsetsService
- func (r *CallsetsService) Create(callset *CallSet) *CallsetsCreateCall
- func (r *CallsetsService) Delete(callSetId string) *CallsetsDeleteCall
- func (r *CallsetsService) Get(callSetId string) *CallsetsGetCall
- func (r *CallsetsService) Patch(callSetId string, callset *CallSet) *CallsetsPatchCall
- func (r *CallsetsService) Search(searchcallsetsrequest *SearchCallSetsRequest) *CallsetsSearchCall
- func (r *CallsetsService) Update(callSetId string, callset *CallSet) *CallsetsUpdateCall
- type CallsetsUpdateCall
- type CigarUnit
- type CoverageBucket
- type Dataset
- type DatasetsCreateCall
- type DatasetsDeleteCall
- type DatasetsGetCall
- func (c *DatasetsGetCall) Context(ctx context.Context) *DatasetsGetCall
- func (c *DatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
- func (c *DatasetsGetCall) Fields(s ...googleapi.Field) *DatasetsGetCall
- func (c *DatasetsGetCall) Header() http.Header
- func (c *DatasetsGetCall) IfNoneMatch(entityTag string) *DatasetsGetCall
- type DatasetsListCall
- func (c *DatasetsListCall) Context(ctx context.Context) *DatasetsListCall
- func (c *DatasetsListCall) Do(opts ...googleapi.CallOption) (*ListDatasetsResponse, error)
- func (c *DatasetsListCall) Fields(s ...googleapi.Field) *DatasetsListCall
- func (c *DatasetsListCall) Header() http.Header
- func (c *DatasetsListCall) IfNoneMatch(entityTag string) *DatasetsListCall
- func (c *DatasetsListCall) PageSize(pageSize int64) *DatasetsListCall
- func (c *DatasetsListCall) PageToken(pageToken string) *DatasetsListCall
- func (c *DatasetsListCall) Pages(ctx context.Context, f func(*ListDatasetsResponse) error) error
- func (c *DatasetsListCall) ProjectNumber(projectNumber int64) *DatasetsListCall
- type DatasetsPatchCall
- type DatasetsService
- func (r *DatasetsService) Create(dataset *Dataset) *DatasetsCreateCall
- func (r *DatasetsService) Delete(datasetId string) *DatasetsDeleteCall
- func (r *DatasetsService) Get(datasetId string) *DatasetsGetCall
- func (r *DatasetsService) List() *DatasetsListCall
- func (r *DatasetsService) Patch(datasetId string, dataset *Dataset) *DatasetsPatchCall
- func (r *DatasetsService) Undelete(datasetId string) *DatasetsUndeleteCall
- func (r *DatasetsService) Update(datasetId string, dataset *Dataset) *DatasetsUpdateCall
- type DatasetsUndeleteCall
- type DatasetsUpdateCall
- type ExperimentalCreateJobRequest
- type ExperimentalCreateJobResponse
- type ExperimentalJobsCreateCall
- func (c *ExperimentalJobsCreateCall) Context(ctx context.Context) *ExperimentalJobsCreateCall
- func (c *ExperimentalJobsCreateCall) Do(opts ...googleapi.CallOption) (*ExperimentalCreateJobResponse, error)
- func (c *ExperimentalJobsCreateCall) Fields(s ...googleapi.Field) *ExperimentalJobsCreateCall
- func (c *ExperimentalJobsCreateCall) Header() http.Header
- type ExperimentalJobsService
- type ExperimentalService
- type ExportReadGroupSetsRequest
- type ExportReadGroupSetsResponse
- type ExportVariantSetRequest
- type ExportVariantSetResponse
- type ExternalId
- type ImportReadGroupSetsRequest
- type ImportReadGroupSetsResponse
- type ImportVariantsRequest
- type ImportVariantsResponse
- type Int32Value
- type Job
- type JobRequest
- type JobsCancelCall
- type JobsGetCall
- func (c *JobsGetCall) Context(ctx context.Context) *JobsGetCall
- func (c *JobsGetCall) Do(opts ...googleapi.CallOption) (*Job, error)
- func (c *JobsGetCall) Fields(s ...googleapi.Field) *JobsGetCall
- func (c *JobsGetCall) Header() http.Header
- func (c *JobsGetCall) IfNoneMatch(entityTag string) *JobsGetCall
- type JobsSearchCall
- type JobsService
- type KeyValue
- type LinearAlignment
- type ListBasesResponse
- type ListCoverageBucketsResponse
- type ListDatasetsResponse
- type MergeVariantsRequest
- type Metadata
- type Position
- type QueryRange
- type Range
- type RangePosition
- type Read
- type ReadGroup
- type ReadGroupExperiment
- type ReadGroupProgram
- type ReadGroupSet
- type ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) Context(ctx context.Context) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) Do(opts ...googleapi.CallOption) (*ListCoverageBucketsResponse, error)
- func (c *ReadgroupsetsCoveragebucketsListCall) Fields(s ...googleapi.Field) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) Header() http.Header
- func (c *ReadgroupsetsCoveragebucketsListCall) IfNoneMatch(entityTag string) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) PageSize(pageSize int64) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) PageToken(pageToken string) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) Pages(ctx context.Context, f func(*ListCoverageBucketsResponse) error) error
- func (c *ReadgroupsetsCoveragebucketsListCall) RangeEnd(rangeEnd int64) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) RangeReferenceName(rangeReferenceName string) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) RangeStart(rangeStart int64) *ReadgroupsetsCoveragebucketsListCall
- func (c *ReadgroupsetsCoveragebucketsListCall) TargetBucketWidth(targetBucketWidth int64) *ReadgroupsetsCoveragebucketsListCall
- type ReadgroupsetsCoveragebucketsService
- type ReadgroupsetsDeleteCall
- func (c *ReadgroupsetsDeleteCall) Context(ctx context.Context) *ReadgroupsetsDeleteCall
- func (c *ReadgroupsetsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ReadgroupsetsDeleteCall) Fields(s ...googleapi.Field) *ReadgroupsetsDeleteCall
- func (c *ReadgroupsetsDeleteCall) Header() http.Header
- type ReadgroupsetsExportCall
- func (c *ReadgroupsetsExportCall) Context(ctx context.Context) *ReadgroupsetsExportCall
- func (c *ReadgroupsetsExportCall) Do(opts ...googleapi.CallOption) (*ExportReadGroupSetsResponse, error)
- func (c *ReadgroupsetsExportCall) Fields(s ...googleapi.Field) *ReadgroupsetsExportCall
- func (c *ReadgroupsetsExportCall) Header() http.Header
- type ReadgroupsetsGetCall
- func (c *ReadgroupsetsGetCall) Context(ctx context.Context) *ReadgroupsetsGetCall
- func (c *ReadgroupsetsGetCall) Do(opts ...googleapi.CallOption) (*ReadGroupSet, error)
- func (c *ReadgroupsetsGetCall) Fields(s ...googleapi.Field) *ReadgroupsetsGetCall
- func (c *ReadgroupsetsGetCall) Header() http.Header
- func (c *ReadgroupsetsGetCall) IfNoneMatch(entityTag string) *ReadgroupsetsGetCall
- type ReadgroupsetsImportCall
- func (c *ReadgroupsetsImportCall) Context(ctx context.Context) *ReadgroupsetsImportCall
- func (c *ReadgroupsetsImportCall) Do(opts ...googleapi.CallOption) (*ImportReadGroupSetsResponse, error)
- func (c *ReadgroupsetsImportCall) Fields(s ...googleapi.Field) *ReadgroupsetsImportCall
- func (c *ReadgroupsetsImportCall) Header() http.Header
- type ReadgroupsetsPatchCall
- func (c *ReadgroupsetsPatchCall) Context(ctx context.Context) *ReadgroupsetsPatchCall
- func (c *ReadgroupsetsPatchCall) Do(opts ...googleapi.CallOption) (*ReadGroupSet, error)
- func (c *ReadgroupsetsPatchCall) Fields(s ...googleapi.Field) *ReadgroupsetsPatchCall
- func (c *ReadgroupsetsPatchCall) Header() http.Header
- type ReadgroupsetsSearchCall
- func (c *ReadgroupsetsSearchCall) Context(ctx context.Context) *ReadgroupsetsSearchCall
- func (c *ReadgroupsetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchReadGroupSetsResponse, error)
- func (c *ReadgroupsetsSearchCall) Fields(s ...googleapi.Field) *ReadgroupsetsSearchCall
- func (c *ReadgroupsetsSearchCall) Header() http.Header
- type ReadgroupsetsService
- func (r *ReadgroupsetsService) Delete(readGroupSetId string) *ReadgroupsetsDeleteCall
- func (r *ReadgroupsetsService) Export(exportreadgroupsetsrequest *ExportReadGroupSetsRequest) *ReadgroupsetsExportCall
- func (r *ReadgroupsetsService) Get(readGroupSetId string) *ReadgroupsetsGetCall
- func (r *ReadgroupsetsService) Import(importreadgroupsetsrequest *ImportReadGroupSetsRequest) *ReadgroupsetsImportCall
- func (r *ReadgroupsetsService) Patch(readGroupSetId string, readgroupset *ReadGroupSet) *ReadgroupsetsPatchCall
- func (r *ReadgroupsetsService) Search(searchreadgroupsetsrequest *SearchReadGroupSetsRequest) *ReadgroupsetsSearchCall
- func (r *ReadgroupsetsService) Update(readGroupSetId string, readgroupset *ReadGroupSet) *ReadgroupsetsUpdateCall
- type ReadgroupsetsUpdateCall
- func (c *ReadgroupsetsUpdateCall) Context(ctx context.Context) *ReadgroupsetsUpdateCall
- func (c *ReadgroupsetsUpdateCall) Do(opts ...googleapi.CallOption) (*ReadGroupSet, error)
- func (c *ReadgroupsetsUpdateCall) Fields(s ...googleapi.Field) *ReadgroupsetsUpdateCall
- func (c *ReadgroupsetsUpdateCall) Header() http.Header
- type ReadsSearchCall
- type ReadsService
- type Reference
- type ReferenceBound
- type ReferenceSet
- type ReferencesBasesListCall
- func (c *ReferencesBasesListCall) Context(ctx context.Context) *ReferencesBasesListCall
- func (c *ReferencesBasesListCall) Do(opts ...googleapi.CallOption) (*ListBasesResponse, error)
- func (c *ReferencesBasesListCall) End(end int64) *ReferencesBasesListCall
- func (c *ReferencesBasesListCall) Fields(s ...googleapi.Field) *ReferencesBasesListCall
- func (c *ReferencesBasesListCall) Header() http.Header
- func (c *ReferencesBasesListCall) IfNoneMatch(entityTag string) *ReferencesBasesListCall
- func (c *ReferencesBasesListCall) PageSize(pageSize int64) *ReferencesBasesListCall
- func (c *ReferencesBasesListCall) PageToken(pageToken string) *ReferencesBasesListCall
- func (c *ReferencesBasesListCall) Pages(ctx context.Context, f func(*ListBasesResponse) error) error
- func (c *ReferencesBasesListCall) Start(start int64) *ReferencesBasesListCall
- type ReferencesBasesService
- type ReferencesGetCall
- func (c *ReferencesGetCall) Context(ctx context.Context) *ReferencesGetCall
- func (c *ReferencesGetCall) Do(opts ...googleapi.CallOption) (*Reference, error)
- func (c *ReferencesGetCall) Fields(s ...googleapi.Field) *ReferencesGetCall
- func (c *ReferencesGetCall) Header() http.Header
- func (c *ReferencesGetCall) IfNoneMatch(entityTag string) *ReferencesGetCall
- type ReferencesSearchCall
- func (c *ReferencesSearchCall) Context(ctx context.Context) *ReferencesSearchCall
- func (c *ReferencesSearchCall) Do(opts ...googleapi.CallOption) (*SearchReferencesResponse, error)
- func (c *ReferencesSearchCall) Fields(s ...googleapi.Field) *ReferencesSearchCall
- func (c *ReferencesSearchCall) Header() http.Header
- type ReferencesService
- type ReferencesetsGetCall
- func (c *ReferencesetsGetCall) Context(ctx context.Context) *ReferencesetsGetCall
- func (c *ReferencesetsGetCall) Do(opts ...googleapi.CallOption) (*ReferenceSet, error)
- func (c *ReferencesetsGetCall) Fields(s ...googleapi.Field) *ReferencesetsGetCall
- func (c *ReferencesetsGetCall) Header() http.Header
- func (c *ReferencesetsGetCall) IfNoneMatch(entityTag string) *ReferencesetsGetCall
- type ReferencesetsSearchCall
- func (c *ReferencesetsSearchCall) Context(ctx context.Context) *ReferencesetsSearchCall
- func (c *ReferencesetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchReferenceSetsResponse, error)
- func (c *ReferencesetsSearchCall) Fields(s ...googleapi.Field) *ReferencesetsSearchCall
- func (c *ReferencesetsSearchCall) Header() http.Header
- type ReferencesetsService
- type SearchAnnotationSetsRequest
- type SearchAnnotationSetsResponse
- type SearchAnnotationsRequest
- type SearchAnnotationsResponse
- type SearchCallSetsRequest
- type SearchCallSetsResponse
- type SearchJobsRequest
- type SearchJobsResponse
- type SearchReadGroupSetsRequest
- type SearchReadGroupSetsResponse
- type SearchReadsRequest
- type SearchReadsResponse
- type SearchReferenceSetsRequest
- type SearchReferenceSetsResponse
- type SearchReferencesRequest
- type SearchReferencesResponse
- type SearchVariantSetsRequest
- type SearchVariantSetsResponse
- type SearchVariantsRequest
- type SearchVariantsResponse
- type Service
- type Transcript
- type TranscriptCodingSequence
- type TranscriptExon
- type Variant
- type VariantAnnotation
- type VariantAnnotationCondition
- type VariantSet
- type VariantsCreateCall
- type VariantsDeleteCall
- type VariantsGetCall
- func (c *VariantsGetCall) Context(ctx context.Context) *VariantsGetCall
- func (c *VariantsGetCall) Do(opts ...googleapi.CallOption) (*Variant, error)
- func (c *VariantsGetCall) Fields(s ...googleapi.Field) *VariantsGetCall
- func (c *VariantsGetCall) Header() http.Header
- func (c *VariantsGetCall) IfNoneMatch(entityTag string) *VariantsGetCall
- type VariantsSearchCall
- func (c *VariantsSearchCall) Context(ctx context.Context) *VariantsSearchCall
- func (c *VariantsSearchCall) Do(opts ...googleapi.CallOption) (*SearchVariantsResponse, error)
- func (c *VariantsSearchCall) Fields(s ...googleapi.Field) *VariantsSearchCall
- func (c *VariantsSearchCall) Header() http.Header
- type VariantsService
- func (r *VariantsService) Create(variant *Variant) *VariantsCreateCall
- func (r *VariantsService) Delete(variantId string) *VariantsDeleteCall
- func (r *VariantsService) Get(variantId string) *VariantsGetCall
- func (r *VariantsService) Search(searchvariantsrequest *SearchVariantsRequest) *VariantsSearchCall
- func (r *VariantsService) Update(variantId string, variant *Variant) *VariantsUpdateCall
- type VariantsUpdateCall
- type VariantsetsCreateCall
- func (c *VariantsetsCreateCall) Context(ctx context.Context) *VariantsetsCreateCall
- func (c *VariantsetsCreateCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
- func (c *VariantsetsCreateCall) Fields(s ...googleapi.Field) *VariantsetsCreateCall
- func (c *VariantsetsCreateCall) Header() http.Header
- type VariantsetsDeleteCall
- type VariantsetsExportCall
- func (c *VariantsetsExportCall) Context(ctx context.Context) *VariantsetsExportCall
- func (c *VariantsetsExportCall) Do(opts ...googleapi.CallOption) (*ExportVariantSetResponse, error)
- func (c *VariantsetsExportCall) Fields(s ...googleapi.Field) *VariantsetsExportCall
- func (c *VariantsetsExportCall) Header() http.Header
- type VariantsetsGetCall
- func (c *VariantsetsGetCall) Context(ctx context.Context) *VariantsetsGetCall
- func (c *VariantsetsGetCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
- func (c *VariantsetsGetCall) Fields(s ...googleapi.Field) *VariantsetsGetCall
- func (c *VariantsetsGetCall) Header() http.Header
- func (c *VariantsetsGetCall) IfNoneMatch(entityTag string) *VariantsetsGetCall
- type VariantsetsImportVariantsCall
- func (c *VariantsetsImportVariantsCall) Context(ctx context.Context) *VariantsetsImportVariantsCall
- func (c *VariantsetsImportVariantsCall) Do(opts ...googleapi.CallOption) (*ImportVariantsResponse, error)
- func (c *VariantsetsImportVariantsCall) Fields(s ...googleapi.Field) *VariantsetsImportVariantsCall
- func (c *VariantsetsImportVariantsCall) Header() http.Header
- type VariantsetsMergeVariantsCall
- func (c *VariantsetsMergeVariantsCall) Context(ctx context.Context) *VariantsetsMergeVariantsCall
- func (c *VariantsetsMergeVariantsCall) Do(opts ...googleapi.CallOption) error
- func (c *VariantsetsMergeVariantsCall) Fields(s ...googleapi.Field) *VariantsetsMergeVariantsCall
- func (c *VariantsetsMergeVariantsCall) Header() http.Header
- type VariantsetsPatchCall
- func (c *VariantsetsPatchCall) Context(ctx context.Context) *VariantsetsPatchCall
- func (c *VariantsetsPatchCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
- func (c *VariantsetsPatchCall) Fields(s ...googleapi.Field) *VariantsetsPatchCall
- func (c *VariantsetsPatchCall) Header() http.Header
- type VariantsetsSearchCall
- func (c *VariantsetsSearchCall) Context(ctx context.Context) *VariantsetsSearchCall
- func (c *VariantsetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchVariantSetsResponse, error)
- func (c *VariantsetsSearchCall) Fields(s ...googleapi.Field) *VariantsetsSearchCall
- func (c *VariantsetsSearchCall) Header() http.Header
- type VariantsetsService
- func (r *VariantsetsService) Create(variantset *VariantSet) *VariantsetsCreateCall
- func (r *VariantsetsService) Delete(variantSetId string) *VariantsetsDeleteCall
- func (r *VariantsetsService) Export(variantSetId string, exportvariantsetrequest *ExportVariantSetRequest) *VariantsetsExportCall
- func (r *VariantsetsService) Get(variantSetId string) *VariantsetsGetCall
- func (r *VariantsetsService) ImportVariants(variantSetId string, importvariantsrequest *ImportVariantsRequest) *VariantsetsImportVariantsCall
- func (r *VariantsetsService) MergeVariants(variantSetId string, mergevariantsrequest *MergeVariantsRequest) *VariantsetsMergeVariantsCall
- func (r *VariantsetsService) Patch(variantSetId string, variantset *VariantSet) *VariantsetsPatchCall
- func (r *VariantsetsService) Search(searchvariantsetsrequest *SearchVariantSetsRequest) *VariantsetsSearchCall
- func (r *VariantsetsService) Update(variantSetId string, variantset *VariantSet) *VariantsetsUpdateCall
- type VariantsetsUpdateCall
- func (c *VariantsetsUpdateCall) Context(ctx context.Context) *VariantsetsUpdateCall
- func (c *VariantsetsUpdateCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
- func (c *VariantsetsUpdateCall) Fields(s ...googleapi.Field) *VariantsetsUpdateCall
- func (c *VariantsetsUpdateCall) Header() http.Header
Constants ¶
const ( // View and manage your data in Google BigQuery BigqueryScope = "https://www.googleapis.com/auth/bigquery" // View and manage your data across Google Cloud Platform services CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" // Manage your data in Google Cloud Storage DevstorageReadWriteScope = "https://www.googleapis.com/auth/devstorage.read_write" // View and manage Genomics data GenomicsScope = "https://www.googleapis.com/auth/genomics" // View Genomics data GenomicsReadonlyScope = "https://www.googleapis.com/auth/genomics.readonly" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
type Annotation struct { // AnnotationSetId: The annotation set to which this annotation belongs. AnnotationSetId string `json:"annotationSetId,omitempty"` // Id: The server-generated annotation ID, unique across all // annotations. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Name: The display name of this annotation. Name string `json:"name,omitempty"` // Position: The position of this annotation on the reference sequence. Position *RangePosition `json:"position,omitempty"` // Transcript: A transcript value represents the assertion that a // particular region of the reference genome may be transcribed as RNA. // An alternative splicing pattern would be represented as a separate // transcript object. This field is only set for annotations of type // TRANSCRIPT. Transcript *Transcript `json:"transcript,omitempty"` // Type: The data type for this annotation. Must match the containing // annotation set's type. // // Possible values: // "GENE" // "GENERIC" // "TRANSCRIPT" // "VARIANT" Type string `json:"type,omitempty"` // Variant: A variant annotation, which describes the effect of a // variant on the genome, the coding sequence, and/or higher level // consequences at the organism level e.g. pathogenicity. This field is // only set for annotations of type VARIANT. Variant *VariantAnnotation `json:"variant,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AnnotationSetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AnnotationSetId") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Annotation: An annotation describes a region of reference genome. The value of an annotation may be one of several canonical types, supplemented by arbitrary info tags. An annotation is not inherently associated with a specific sample or individual (though a client could choose to use annotations in this way). Example canonical annotation types are GENE and VARIANT.
func (*Annotation) MarshalJSON ¶
func (s *Annotation) MarshalJSON() ([]byte, error)
type AnnotationSet ¶
type AnnotationSet struct { // DatasetId: The dataset to which this annotation set belongs. DatasetId string `json:"datasetId,omitempty"` // Id: The server-generated annotation set ID, unique across all // annotation sets. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Name: The display name for this annotation set. Name string `json:"name,omitempty"` // ReferenceSetId: The ID of the reference set that defines the // coordinate space for this set's annotations. ReferenceSetId string `json:"referenceSetId,omitempty"` // SourceUri: The source URI describing the file from which this // annotation set was generated, if any. SourceUri string `json:"sourceUri,omitempty"` // Type: The type of annotations contained within this set. // // Possible values: // "GENE" // "GENERIC" // "TRANSCRIPT" // "VARIANT" Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DatasetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AnnotationSet: 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'.
func (*AnnotationSet) MarshalJSON ¶
func (s *AnnotationSet) MarshalJSON() ([]byte, error)
type AnnotationSetsCreateCall ¶
type AnnotationSetsCreateCall struct {
// contains filtered or unexported fields
}
func (*AnnotationSetsCreateCall) Context ¶
func (c *AnnotationSetsCreateCall) Context(ctx context.Context) *AnnotationSetsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationSetsCreateCall) Do ¶
func (c *AnnotationSetsCreateCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
Do executes the "genomics.annotationSets.create" call. Exactly one of *AnnotationSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AnnotationSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationSetsCreateCall) Fields ¶
func (c *AnnotationSetsCreateCall) Fields(s ...googleapi.Field) *AnnotationSetsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationSetsCreateCall) Header ¶
func (c *AnnotationSetsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationSetsDeleteCall ¶
type AnnotationSetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*AnnotationSetsDeleteCall) Context ¶
func (c *AnnotationSetsDeleteCall) Context(ctx context.Context) *AnnotationSetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationSetsDeleteCall) Do ¶
func (c *AnnotationSetsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.annotationSets.delete" call.
func (*AnnotationSetsDeleteCall) Fields ¶
func (c *AnnotationSetsDeleteCall) Fields(s ...googleapi.Field) *AnnotationSetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationSetsDeleteCall) Header ¶
func (c *AnnotationSetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationSetsGetCall ¶
type AnnotationSetsGetCall struct {
// contains filtered or unexported fields
}
func (*AnnotationSetsGetCall) Context ¶
func (c *AnnotationSetsGetCall) Context(ctx context.Context) *AnnotationSetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationSetsGetCall) Do ¶
func (c *AnnotationSetsGetCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
Do executes the "genomics.annotationSets.get" call. Exactly one of *AnnotationSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AnnotationSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationSetsGetCall) Fields ¶
func (c *AnnotationSetsGetCall) Fields(s ...googleapi.Field) *AnnotationSetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationSetsGetCall) Header ¶
func (c *AnnotationSetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AnnotationSetsGetCall) IfNoneMatch ¶
func (c *AnnotationSetsGetCall) IfNoneMatch(entityTag string) *AnnotationSetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AnnotationSetsPatchCall ¶
type AnnotationSetsPatchCall struct {
// contains filtered or unexported fields
}
func (*AnnotationSetsPatchCall) Context ¶
func (c *AnnotationSetsPatchCall) Context(ctx context.Context) *AnnotationSetsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationSetsPatchCall) Do ¶
func (c *AnnotationSetsPatchCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
Do executes the "genomics.annotationSets.patch" call. Exactly one of *AnnotationSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AnnotationSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationSetsPatchCall) Fields ¶
func (c *AnnotationSetsPatchCall) Fields(s ...googleapi.Field) *AnnotationSetsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationSetsPatchCall) Header ¶
func (c *AnnotationSetsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationSetsSearchCall ¶
type AnnotationSetsSearchCall struct {
// contains filtered or unexported fields
}
func (*AnnotationSetsSearchCall) Context ¶
func (c *AnnotationSetsSearchCall) Context(ctx context.Context) *AnnotationSetsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationSetsSearchCall) Do ¶
func (c *AnnotationSetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchAnnotationSetsResponse, error)
Do executes the "genomics.annotationSets.search" call. Exactly one of *SearchAnnotationSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchAnnotationSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationSetsSearchCall) Fields ¶
func (c *AnnotationSetsSearchCall) Fields(s ...googleapi.Field) *AnnotationSetsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationSetsSearchCall) Header ¶
func (c *AnnotationSetsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationSetsService ¶
type AnnotationSetsService struct {
// contains filtered or unexported fields
}
func NewAnnotationSetsService ¶
func NewAnnotationSetsService(s *Service) *AnnotationSetsService
func (*AnnotationSetsService) Create ¶
func (r *AnnotationSetsService) Create(annotationset *AnnotationSet) *AnnotationSetsCreateCall
Create: Creates a new annotation set. Caller must have WRITE permission for the associated dataset.
The following fields must be provided when creating an annotation set: - datasetId - referenceSetId All other fields may be optionally specified, unless documented as being server-generated (for example, the id field).
func (*AnnotationSetsService) Delete ¶
func (r *AnnotationSetsService) Delete(annotationSetId string) *AnnotationSetsDeleteCall
Delete: Deletes an annotation set. Caller must have WRITE permission for the associated annotation set.
func (*AnnotationSetsService) Get ¶
func (r *AnnotationSetsService) Get(annotationSetId string) *AnnotationSetsGetCall
Get: Gets an annotation set. Caller must have READ permission for the associated dataset.
func (*AnnotationSetsService) Patch ¶
func (r *AnnotationSetsService) Patch(annotationSetId string, annotationset *AnnotationSet) *AnnotationSetsPatchCall
Patch: Updates an annotation set. The update must respect all mutability restrictions and other invariants described on the annotation set resource. Caller must have WRITE permission for the associated dataset. This method supports patch semantics.
func (*AnnotationSetsService) Search ¶
func (r *AnnotationSetsService) Search(searchannotationsetsrequest *SearchAnnotationSetsRequest) *AnnotationSetsSearchCall
Search: Searches for annotation sets that match the given criteria. Annotation sets are returned in an unspecified order. This order is consistent, such that two queries for the same content (regardless of page size) yield annotation sets in the same order across their respective streams of paginated responses. Caller must have READ permission for the queried datasets.
func (*AnnotationSetsService) Update ¶
func (r *AnnotationSetsService) Update(annotationSetId string, annotationset *AnnotationSet) *AnnotationSetsUpdateCall
Update: Updates an annotation set. The update must respect all mutability restrictions and other invariants described on the annotation set resource. Caller must have WRITE permission for the associated dataset.
type AnnotationSetsUpdateCall ¶
type AnnotationSetsUpdateCall struct {
// contains filtered or unexported fields
}
func (*AnnotationSetsUpdateCall) Context ¶
func (c *AnnotationSetsUpdateCall) Context(ctx context.Context) *AnnotationSetsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationSetsUpdateCall) Do ¶
func (c *AnnotationSetsUpdateCall) Do(opts ...googleapi.CallOption) (*AnnotationSet, error)
Do executes the "genomics.annotationSets.update" call. Exactly one of *AnnotationSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AnnotationSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationSetsUpdateCall) Fields ¶
func (c *AnnotationSetsUpdateCall) Fields(s ...googleapi.Field) *AnnotationSetsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationSetsUpdateCall) Header ¶
func (c *AnnotationSetsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationsBatchCreateCall ¶
type AnnotationsBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsBatchCreateCall) Context ¶
func (c *AnnotationsBatchCreateCall) Context(ctx context.Context) *AnnotationsBatchCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsBatchCreateCall) Do ¶
func (c *AnnotationsBatchCreateCall) Do(opts ...googleapi.CallOption) (*BatchAnnotationsResponse, error)
Do executes the "genomics.annotations.batchCreate" call. Exactly one of *BatchAnnotationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *BatchAnnotationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationsBatchCreateCall) Fields ¶
func (c *AnnotationsBatchCreateCall) Fields(s ...googleapi.Field) *AnnotationsBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsBatchCreateCall) Header ¶
func (c *AnnotationsBatchCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationsCreateCall ¶
type AnnotationsCreateCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsCreateCall) Context ¶
func (c *AnnotationsCreateCall) Context(ctx context.Context) *AnnotationsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsCreateCall) Do ¶
func (c *AnnotationsCreateCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
Do executes the "genomics.annotations.create" call. Exactly one of *Annotation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Annotation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationsCreateCall) Fields ¶
func (c *AnnotationsCreateCall) Fields(s ...googleapi.Field) *AnnotationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsCreateCall) Header ¶
func (c *AnnotationsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationsDeleteCall ¶
type AnnotationsDeleteCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsDeleteCall) Context ¶
func (c *AnnotationsDeleteCall) Context(ctx context.Context) *AnnotationsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsDeleteCall) Do ¶
func (c *AnnotationsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.annotations.delete" call.
func (*AnnotationsDeleteCall) Fields ¶
func (c *AnnotationsDeleteCall) Fields(s ...googleapi.Field) *AnnotationsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsDeleteCall) Header ¶
func (c *AnnotationsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationsGetCall ¶
type AnnotationsGetCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsGetCall) Context ¶
func (c *AnnotationsGetCall) Context(ctx context.Context) *AnnotationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsGetCall) Do ¶
func (c *AnnotationsGetCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
Do executes the "genomics.annotations.get" call. Exactly one of *Annotation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Annotation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationsGetCall) Fields ¶
func (c *AnnotationsGetCall) Fields(s ...googleapi.Field) *AnnotationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsGetCall) Header ¶
func (c *AnnotationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AnnotationsGetCall) IfNoneMatch ¶
func (c *AnnotationsGetCall) IfNoneMatch(entityTag string) *AnnotationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AnnotationsPatchCall ¶
type AnnotationsPatchCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsPatchCall) Context ¶
func (c *AnnotationsPatchCall) Context(ctx context.Context) *AnnotationsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsPatchCall) Do ¶
func (c *AnnotationsPatchCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
Do executes the "genomics.annotations.patch" call. Exactly one of *Annotation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Annotation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationsPatchCall) Fields ¶
func (c *AnnotationsPatchCall) Fields(s ...googleapi.Field) *AnnotationsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsPatchCall) Header ¶
func (c *AnnotationsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationsSearchCall ¶
type AnnotationsSearchCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsSearchCall) Context ¶
func (c *AnnotationsSearchCall) Context(ctx context.Context) *AnnotationsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsSearchCall) Do ¶
func (c *AnnotationsSearchCall) Do(opts ...googleapi.CallOption) (*SearchAnnotationsResponse, error)
Do executes the "genomics.annotations.search" call. Exactly one of *SearchAnnotationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchAnnotationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationsSearchCall) Fields ¶
func (c *AnnotationsSearchCall) Fields(s ...googleapi.Field) *AnnotationsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsSearchCall) Header ¶
func (c *AnnotationsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AnnotationsService ¶
type AnnotationsService struct {
// contains filtered or unexported fields
}
func NewAnnotationsService ¶
func NewAnnotationsService(s *Service) *AnnotationsService
func (*AnnotationsService) BatchCreate ¶
func (r *AnnotationsService) BatchCreate(batchcreateannotationsrequest *BatchCreateAnnotationsRequest) *AnnotationsBatchCreateCall
BatchCreate: Creates one or more new annotations atomically. All annotations must belong to the same annotation set. Caller must have WRITE permission for this annotation set. For optimal performance, batch positionally adjacent annotations together.
If the request has a systemic issue, such as an attempt to write to an inaccessible annotation set, the entire RPC will fail accordingly. For lesser data issues, when possible an error will be isolated to the corresponding batch entry in the response; the remaining well formed annotations will be created normally.
For details on the requirements for each individual annotation resource, see annotations.create.
func (*AnnotationsService) Create ¶
func (r *AnnotationsService) Create(annotation *Annotation) *AnnotationsCreateCall
Create: Creates a new annotation. Caller must have WRITE permission for the associated annotation set.
The following fields must be provided when creating an annotation:
- annotationSetId - position.referenceName or position.referenceId Transcripts For annotations of type TRANSCRIPT, the following fields of annotation.transcript must be provided: - exons.start - exons.end All other fields may be optionally specified, unless documented as being server-generated (for example, the id field). The annotated range must be no longer than 100Mbp (mega base pairs). See the annotation resource for additional restrictions on each field.
func (*AnnotationsService) Delete ¶
func (r *AnnotationsService) Delete(annotationId string) *AnnotationsDeleteCall
Delete: Deletes an annotation. Caller must have WRITE permission for the associated annotation set.
func (*AnnotationsService) Get ¶
func (r *AnnotationsService) Get(annotationId string) *AnnotationsGetCall
Get: Gets an annotation. Caller must have READ permission for the associated annotation set.
func (*AnnotationsService) Patch ¶
func (r *AnnotationsService) Patch(annotationId string, annotation *Annotation) *AnnotationsPatchCall
Patch: Updates an annotation. The update must respect all mutability restrictions and other invariants described on the annotation resource. Caller must have WRITE permission for the associated dataset. This method supports patch semantics.
func (*AnnotationsService) Search ¶
func (r *AnnotationsService) Search(searchannotationsrequest *SearchAnnotationsRequest) *AnnotationsSearchCall
Search: Searches for annotations that match the given criteria. Results are ordered by genomic coordinate (by reference sequence, then position). Annotations with equivalent genomic coordinates are returned in an unspecified order. This order is consistent, such that two queries for the same content (regardless of page size) yield annotations in the same order across their respective streams of paginated responses. Caller must have READ permission for the queried annotation sets.
func (*AnnotationsService) Update ¶
func (r *AnnotationsService) Update(annotationId string, annotation *Annotation) *AnnotationsUpdateCall
Update: Updates an annotation. The update must respect all mutability restrictions and other invariants described on the annotation resource. Caller must have WRITE permission for the associated dataset.
type AnnotationsUpdateCall ¶
type AnnotationsUpdateCall struct {
// contains filtered or unexported fields
}
func (*AnnotationsUpdateCall) Context ¶
func (c *AnnotationsUpdateCall) Context(ctx context.Context) *AnnotationsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AnnotationsUpdateCall) Do ¶
func (c *AnnotationsUpdateCall) Do(opts ...googleapi.CallOption) (*Annotation, error)
Do executes the "genomics.annotations.update" call. Exactly one of *Annotation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Annotation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AnnotationsUpdateCall) Fields ¶
func (c *AnnotationsUpdateCall) Fields(s ...googleapi.Field) *AnnotationsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AnnotationsUpdateCall) Header ¶
func (c *AnnotationsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BatchAnnotationsResponse ¶
type BatchAnnotationsResponse struct { // Entries: The resulting per-annotation entries, ordered consistently // with the original request. Entries []*BatchAnnotationsResponseEntry `json:"entries,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Entries") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Entries") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*BatchAnnotationsResponse) MarshalJSON ¶
func (s *BatchAnnotationsResponse) MarshalJSON() ([]byte, error)
type BatchAnnotationsResponseEntry ¶
type BatchAnnotationsResponseEntry struct { // Annotation: The annotation, if any. Annotation *Annotation `json:"annotation,omitempty"` // Status: The resulting status for this annotation operation. Status *BatchAnnotationsResponseEntryStatus `json:"status,omitempty"` // ForceSendFields is a list of field names (e.g. "Annotation") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Annotation") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*BatchAnnotationsResponseEntry) MarshalJSON ¶
func (s *BatchAnnotationsResponseEntry) MarshalJSON() ([]byte, error)
type BatchAnnotationsResponseEntryStatus ¶
type BatchAnnotationsResponseEntryStatus struct { // Code: The HTTP status code for this operation. Code int64 `json:"code,omitempty"` // Message: Error message for this status, if any. Message string `json:"message,omitempty"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Code") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*BatchAnnotationsResponseEntryStatus) MarshalJSON ¶
func (s *BatchAnnotationsResponseEntryStatus) MarshalJSON() ([]byte, error)
type BatchCreateAnnotationsRequest ¶
type BatchCreateAnnotationsRequest struct { // Annotations: The annotations to be created. At most 4096 can be // specified in a single request. Annotations []*Annotation `json:"annotations,omitempty"` // ForceSendFields is a list of field names (e.g. "Annotations") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Annotations") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*BatchCreateAnnotationsRequest) MarshalJSON ¶
func (s *BatchCreateAnnotationsRequest) MarshalJSON() ([]byte, error)
type Call ¶
type Call struct { // CallSetId: The ID of the call set this variant call belongs to. CallSetId string `json:"callSetId,omitempty"` // CallSetName: The name of the call set this variant call belongs to. CallSetName string `json:"callSetName,omitempty"` // Genotype: The genotype of this variant call. Each value represents // either the value of the referenceBases field or a 1-based index into // alternateBases. If a variant had a referenceBases value of T and an // alternateBases value of ["A", "C"], and the genotype was [2, 1], that // would mean the call represented the heterozygous value CA for this // variant. If the genotype was instead [0, 1], the represented value // would be TA. Ordering of the genotype values is important if the // phaseset is present. If a genotype is not called (that is, a . is // present in the GT string) -1 is returned. Genotype []int64 `json:"genotype,omitempty"` // GenotypeLikelihood: The genotype likelihoods for this variant call. // Each array entry represents how likely a specific genotype is for // this call. The value ordering is defined by the GL tag in the VCF // spec. If Phred-scaled genotype likelihood scores (PL) are available // and log10(P) genotype likelihood scores (GL) are not, PL scores are // converted to GL scores. If both are available, PL scores are stored // in info. GenotypeLikelihood []float64 `json:"genotypeLikelihood,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Phaseset: If this field is present, this variant call's genotype // ordering implies the phase of the bases and is consistent with any // other variant calls in the same reference sequence which have the // same phaseset value. When importing data from VCF, if the genotype // data was phased but no phase set was specified this field will be set // to *. Phaseset string `json:"phaseset,omitempty"` // ForceSendFields is a list of field names (e.g. "CallSetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CallSetId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Call: A call represents the determination of genotype with respect to a particular variant. It may include associated information such as quality and phasing. For example, a call might assign a probability of 0.32 to the occurrence of a SNP named rs1234 in a call set with the name NA12345.
func (*Call) MarshalJSON ¶
type CallSet ¶
type CallSet struct { // Created: The date this call set was created in milliseconds from the // epoch. Created int64 `json:"created,omitempty,string"` // Id: The Google generated ID of the call set, immutable. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Name: The call set name. Name string `json:"name,omitempty"` // SampleId: The sample ID this call set corresponds to. SampleId string `json:"sampleId,omitempty"` // VariantSetIds: The IDs of the variant sets this call set belongs to. VariantSetIds []string `json:"variantSetIds,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Created") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Created") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CallSet: A call set is a collection of variant calls, typically for one sample. It belongs to a variant set.
func (*CallSet) MarshalJSON ¶
type CallsetsCreateCall ¶
type CallsetsCreateCall struct {
// contains filtered or unexported fields
}
func (*CallsetsCreateCall) Context ¶
func (c *CallsetsCreateCall) Context(ctx context.Context) *CallsetsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CallsetsCreateCall) Do ¶
func (c *CallsetsCreateCall) Do(opts ...googleapi.CallOption) (*CallSet, error)
Do executes the "genomics.callsets.create" call. Exactly one of *CallSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CallSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CallsetsCreateCall) Fields ¶
func (c *CallsetsCreateCall) Fields(s ...googleapi.Field) *CallsetsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CallsetsCreateCall) Header ¶
func (c *CallsetsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CallsetsDeleteCall ¶
type CallsetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*CallsetsDeleteCall) Context ¶
func (c *CallsetsDeleteCall) Context(ctx context.Context) *CallsetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CallsetsDeleteCall) Do ¶
func (c *CallsetsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.callsets.delete" call.
func (*CallsetsDeleteCall) Fields ¶
func (c *CallsetsDeleteCall) Fields(s ...googleapi.Field) *CallsetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CallsetsDeleteCall) Header ¶
func (c *CallsetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CallsetsGetCall ¶
type CallsetsGetCall struct {
// contains filtered or unexported fields
}
func (*CallsetsGetCall) Context ¶
func (c *CallsetsGetCall) Context(ctx context.Context) *CallsetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CallsetsGetCall) Do ¶
func (c *CallsetsGetCall) Do(opts ...googleapi.CallOption) (*CallSet, error)
Do executes the "genomics.callsets.get" call. Exactly one of *CallSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CallSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CallsetsGetCall) Fields ¶
func (c *CallsetsGetCall) Fields(s ...googleapi.Field) *CallsetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CallsetsGetCall) Header ¶
func (c *CallsetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*CallsetsGetCall) IfNoneMatch ¶
func (c *CallsetsGetCall) IfNoneMatch(entityTag string) *CallsetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type CallsetsPatchCall ¶
type CallsetsPatchCall struct {
// contains filtered or unexported fields
}
func (*CallsetsPatchCall) Context ¶
func (c *CallsetsPatchCall) Context(ctx context.Context) *CallsetsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CallsetsPatchCall) Do ¶
func (c *CallsetsPatchCall) Do(opts ...googleapi.CallOption) (*CallSet, error)
Do executes the "genomics.callsets.patch" call. Exactly one of *CallSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CallSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CallsetsPatchCall) Fields ¶
func (c *CallsetsPatchCall) Fields(s ...googleapi.Field) *CallsetsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CallsetsPatchCall) Header ¶
func (c *CallsetsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CallsetsSearchCall ¶
type CallsetsSearchCall struct {
// contains filtered or unexported fields
}
func (*CallsetsSearchCall) Context ¶
func (c *CallsetsSearchCall) Context(ctx context.Context) *CallsetsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CallsetsSearchCall) Do ¶
func (c *CallsetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchCallSetsResponse, error)
Do executes the "genomics.callsets.search" call. Exactly one of *SearchCallSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchCallSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CallsetsSearchCall) Fields ¶
func (c *CallsetsSearchCall) Fields(s ...googleapi.Field) *CallsetsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CallsetsSearchCall) Header ¶
func (c *CallsetsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CallsetsService ¶
type CallsetsService struct {
// contains filtered or unexported fields
}
func NewCallsetsService ¶
func NewCallsetsService(s *Service) *CallsetsService
func (*CallsetsService) Create ¶
func (r *CallsetsService) Create(callset *CallSet) *CallsetsCreateCall
Create: Creates a new call set.
func (*CallsetsService) Delete ¶
func (r *CallsetsService) Delete(callSetId string) *CallsetsDeleteCall
Delete: Deletes a call set.
func (*CallsetsService) Get ¶
func (r *CallsetsService) Get(callSetId string) *CallsetsGetCall
Get: Gets a call set by ID.
func (*CallsetsService) Patch ¶
func (r *CallsetsService) Patch(callSetId string, callset *CallSet) *CallsetsPatchCall
Patch: Updates a call set. This method supports patch semantics.
func (*CallsetsService) Search ¶
func (r *CallsetsService) Search(searchcallsetsrequest *SearchCallSetsRequest) *CallsetsSearchCall
Search: Gets a list of call sets matching the criteria.
Implements GlobalAllianceApi.searchCallSets.
func (*CallsetsService) Update ¶
func (r *CallsetsService) Update(callSetId string, callset *CallSet) *CallsetsUpdateCall
Update: Updates a call set.
type CallsetsUpdateCall ¶
type CallsetsUpdateCall struct {
// contains filtered or unexported fields
}
func (*CallsetsUpdateCall) Context ¶
func (c *CallsetsUpdateCall) Context(ctx context.Context) *CallsetsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CallsetsUpdateCall) Do ¶
func (c *CallsetsUpdateCall) Do(opts ...googleapi.CallOption) (*CallSet, error)
Do executes the "genomics.callsets.update" call. Exactly one of *CallSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CallSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CallsetsUpdateCall) Fields ¶
func (c *CallsetsUpdateCall) Fields(s ...googleapi.Field) *CallsetsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CallsetsUpdateCall) Header ¶
func (c *CallsetsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CigarUnit ¶
type CigarUnit struct { // Possible values: // "ALIGNMENT_MATCH" // "CLIP_HARD" // "CLIP_SOFT" // "DELETE" // "INSERT" // "OPERATION_UNSPECIFIED" // "PAD" // "SEQUENCE_MATCH" // "SEQUENCE_MISMATCH" // "SKIP" Operation string `json:"operation,omitempty"` // OperationLength: The number of bases that the operation runs for. // Required. OperationLength int64 `json:"operationLength,omitempty,string"` // ReferenceSequence: referenceSequence is only used at mismatches // (SEQUENCE_MISMATCH) and deletions (DELETE). Filling this field // replaces SAM's MD tag. If the relevant information is not available, // this field is unset. ReferenceSequence string `json:"referenceSequence,omitempty"` // ForceSendFields is a list of field names (e.g. "Operation") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Operation") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CigarUnit: A single CIGAR operation.
func (*CigarUnit) MarshalJSON ¶
type CoverageBucket ¶
type CoverageBucket struct { // MeanCoverage: The average number of reads which are aligned to each // individual reference base in this bucket. MeanCoverage float64 `json:"meanCoverage,omitempty"` // Range: The genomic coordinate range spanned by this bucket. Range *Range `json:"range,omitempty"` // ForceSendFields is a list of field names (e.g. "MeanCoverage") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "MeanCoverage") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CoverageBucket: A bucket over which read coverage has been precomputed. A bucket corresponds to a specific range of the reference sequence.
func (*CoverageBucket) MarshalJSON ¶
func (s *CoverageBucket) MarshalJSON() ([]byte, error)
type Dataset ¶
type Dataset struct { // CreateTime: The time this dataset was created, in seconds from the // epoch. CreateTime int64 `json:"createTime,omitempty,string"` // Id: The Google generated ID of the dataset, immutable. Id string `json:"id,omitempty"` // IsPublic: Flag indicating whether or not a dataset is publicly // viewable. If a dataset is not public, it inherits viewing permissions // from its project. IsPublic *bool `json:"isPublic,omitempty"` // Name: The dataset name. Name string `json:"name,omitempty"` // ProjectNumber: The Google Developers Console project number that this // dataset belongs to. ProjectNumber int64 `json:"projectNumber,omitempty,string"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Dataset: A Dataset is a collection of genomic data.
func (*Dataset) MarshalJSON ¶
type DatasetsCreateCall ¶
type DatasetsCreateCall struct {
// contains filtered or unexported fields
}
func (*DatasetsCreateCall) Context ¶
func (c *DatasetsCreateCall) Context(ctx context.Context) *DatasetsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsCreateCall) Do ¶
func (c *DatasetsCreateCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
Do executes the "genomics.datasets.create" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DatasetsCreateCall) Fields ¶
func (c *DatasetsCreateCall) Fields(s ...googleapi.Field) *DatasetsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsCreateCall) Header ¶
func (c *DatasetsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type DatasetsDeleteCall ¶
type DatasetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*DatasetsDeleteCall) Context ¶
func (c *DatasetsDeleteCall) Context(ctx context.Context) *DatasetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsDeleteCall) Do ¶
func (c *DatasetsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.datasets.delete" call.
func (*DatasetsDeleteCall) Fields ¶
func (c *DatasetsDeleteCall) Fields(s ...googleapi.Field) *DatasetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsDeleteCall) Header ¶
func (c *DatasetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type DatasetsGetCall ¶
type DatasetsGetCall struct {
// contains filtered or unexported fields
}
func (*DatasetsGetCall) Context ¶
func (c *DatasetsGetCall) Context(ctx context.Context) *DatasetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsGetCall) Do ¶
func (c *DatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
Do executes the "genomics.datasets.get" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DatasetsGetCall) Fields ¶
func (c *DatasetsGetCall) Fields(s ...googleapi.Field) *DatasetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsGetCall) Header ¶
func (c *DatasetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*DatasetsGetCall) IfNoneMatch ¶
func (c *DatasetsGetCall) IfNoneMatch(entityTag string) *DatasetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type DatasetsListCall ¶
type DatasetsListCall struct {
// contains filtered or unexported fields
}
func (*DatasetsListCall) Context ¶
func (c *DatasetsListCall) Context(ctx context.Context) *DatasetsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsListCall) Do ¶
func (c *DatasetsListCall) Do(opts ...googleapi.CallOption) (*ListDatasetsResponse, error)
Do executes the "genomics.datasets.list" call. Exactly one of *ListDatasetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListDatasetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DatasetsListCall) Fields ¶
func (c *DatasetsListCall) Fields(s ...googleapi.Field) *DatasetsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsListCall) Header ¶
func (c *DatasetsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*DatasetsListCall) IfNoneMatch ¶
func (c *DatasetsListCall) IfNoneMatch(entityTag string) *DatasetsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*DatasetsListCall) PageSize ¶
func (c *DatasetsListCall) PageSize(pageSize int64) *DatasetsListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return in a single page. If unspecified, defaults to 50. The maximum value is 1024.
func (*DatasetsListCall) PageToken ¶
func (c *DatasetsListCall) PageToken(pageToken string) *DatasetsListCall
PageToken sets the optional parameter "pageToken": The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.
func (*DatasetsListCall) Pages ¶
func (c *DatasetsListCall) Pages(ctx context.Context, f func(*ListDatasetsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*DatasetsListCall) ProjectNumber ¶
func (c *DatasetsListCall) ProjectNumber(projectNumber int64) *DatasetsListCall
ProjectNumber sets the optional parameter "projectNumber": Required. The project to list datasets for.
type DatasetsPatchCall ¶
type DatasetsPatchCall struct {
// contains filtered or unexported fields
}
func (*DatasetsPatchCall) Context ¶
func (c *DatasetsPatchCall) Context(ctx context.Context) *DatasetsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsPatchCall) Do ¶
func (c *DatasetsPatchCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
Do executes the "genomics.datasets.patch" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DatasetsPatchCall) Fields ¶
func (c *DatasetsPatchCall) Fields(s ...googleapi.Field) *DatasetsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsPatchCall) Header ¶
func (c *DatasetsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type DatasetsService ¶
type DatasetsService struct {
// contains filtered or unexported fields
}
func NewDatasetsService ¶
func NewDatasetsService(s *Service) *DatasetsService
func (*DatasetsService) Create ¶
func (r *DatasetsService) Create(dataset *Dataset) *DatasetsCreateCall
Create: Creates a new dataset.
func (*DatasetsService) Delete ¶
func (r *DatasetsService) Delete(datasetId string) *DatasetsDeleteCall
Delete: Deletes a dataset and all of its contents (all read group sets, reference sets, variant sets, call sets, annotation sets, etc.) This is reversible (up to one week after the deletion) via the UndeleteDataset operation.
func (*DatasetsService) Get ¶
func (r *DatasetsService) Get(datasetId string) *DatasetsGetCall
Get: Gets a dataset by ID.
func (*DatasetsService) List ¶
func (r *DatasetsService) List() *DatasetsListCall
List: Lists datasets within a project.
func (*DatasetsService) Patch ¶
func (r *DatasetsService) Patch(datasetId string, dataset *Dataset) *DatasetsPatchCall
Patch: Updates a dataset. This method supports patch semantics.
func (*DatasetsService) Undelete ¶
func (r *DatasetsService) Undelete(datasetId string) *DatasetsUndeleteCall
Undelete: Undeletes a dataset by restoring a dataset which was deleted via this API. This operation is only possible for a week after the deletion occurred.
func (*DatasetsService) Update ¶
func (r *DatasetsService) Update(datasetId string, dataset *Dataset) *DatasetsUpdateCall
Update: Updates a dataset.
type DatasetsUndeleteCall ¶
type DatasetsUndeleteCall struct {
// contains filtered or unexported fields
}
func (*DatasetsUndeleteCall) Context ¶
func (c *DatasetsUndeleteCall) Context(ctx context.Context) *DatasetsUndeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsUndeleteCall) Do ¶
func (c *DatasetsUndeleteCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
Do executes the "genomics.datasets.undelete" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DatasetsUndeleteCall) Fields ¶
func (c *DatasetsUndeleteCall) Fields(s ...googleapi.Field) *DatasetsUndeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsUndeleteCall) Header ¶
func (c *DatasetsUndeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type DatasetsUpdateCall ¶
type DatasetsUpdateCall struct {
// contains filtered or unexported fields
}
func (*DatasetsUpdateCall) Context ¶
func (c *DatasetsUpdateCall) Context(ctx context.Context) *DatasetsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DatasetsUpdateCall) Do ¶
func (c *DatasetsUpdateCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
Do executes the "genomics.datasets.update" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DatasetsUpdateCall) Fields ¶
func (c *DatasetsUpdateCall) Fields(s ...googleapi.Field) *DatasetsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DatasetsUpdateCall) Header ¶
func (c *DatasetsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ExperimentalCreateJobRequest ¶
type ExperimentalCreateJobRequest struct { // Align: Specifies whether or not to run the alignment pipeline. Either // align or callVariants must be set. Align bool `json:"align,omitempty"` // CallVariants: Specifies whether or not to run the variant calling // pipeline. Either align or callVariants must be set. CallVariants bool `json:"callVariants,omitempty"` // GcsOutputPath: Specifies where to copy the results of certain // pipelines. This should be in the form of gs://bucket/path. GcsOutputPath string `json:"gcsOutputPath,omitempty"` // PairedSourceUris: A list of Google Cloud Storage URIs of paired end // .fastq files to operate upon. If specified, this represents the // second file of each paired .fastq file. The first file of each pair // should be specified in sourceUris. PairedSourceUris []string `json:"pairedSourceUris,omitempty"` // ProjectNumber: Required. The Google Cloud Project ID with which to // associate the request. ProjectNumber int64 `json:"projectNumber,omitempty,string"` // SourceUris: A list of Google Cloud Storage URIs of data files to // operate upon. These can be .bam, interleaved .fastq, or paired // .fastq. If specifying paired .fastq files, the first of each pair of // files should be listed here, and the second of each pair should be // listed in pairedSourceUris. SourceUris []string `json:"sourceUris,omitempty"` // ForceSendFields is a list of field names (e.g. "Align") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Align") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ExperimentalCreateJobRequest: The job creation request.
func (*ExperimentalCreateJobRequest) MarshalJSON ¶
func (s *ExperimentalCreateJobRequest) MarshalJSON() ([]byte, error)
type ExperimentalCreateJobResponse ¶
type ExperimentalCreateJobResponse struct { // JobId: A job ID that can be used to get status information. JobId string `json:"jobId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "JobId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "JobId") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ExperimentalCreateJobResponse: The job creation response.
func (*ExperimentalCreateJobResponse) MarshalJSON ¶
func (s *ExperimentalCreateJobResponse) MarshalJSON() ([]byte, error)
type ExperimentalJobsCreateCall ¶
type ExperimentalJobsCreateCall struct {
// contains filtered or unexported fields
}
func (*ExperimentalJobsCreateCall) Context ¶
func (c *ExperimentalJobsCreateCall) Context(ctx context.Context) *ExperimentalJobsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ExperimentalJobsCreateCall) Do ¶
func (c *ExperimentalJobsCreateCall) Do(opts ...googleapi.CallOption) (*ExperimentalCreateJobResponse, error)
Do executes the "genomics.experimental.jobs.create" call. Exactly one of *ExperimentalCreateJobResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExperimentalCreateJobResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ExperimentalJobsCreateCall) Fields ¶
func (c *ExperimentalJobsCreateCall) Fields(s ...googleapi.Field) *ExperimentalJobsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ExperimentalJobsCreateCall) Header ¶
func (c *ExperimentalJobsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ExperimentalJobsService ¶
type ExperimentalJobsService struct {
// contains filtered or unexported fields
}
func NewExperimentalJobsService ¶
func NewExperimentalJobsService(s *Service) *ExperimentalJobsService
func (*ExperimentalJobsService) Create ¶
func (r *ExperimentalJobsService) Create(experimentalcreatejobrequest *ExperimentalCreateJobRequest) *ExperimentalJobsCreateCall
Create: Creates and asynchronously runs an ad-hoc job. This is an experimental call and may be removed or changed at any time.
type ExperimentalService ¶
type ExperimentalService struct { Jobs *ExperimentalJobsService // contains filtered or unexported fields }
func NewExperimentalService ¶
func NewExperimentalService(s *Service) *ExperimentalService
type ExportReadGroupSetsRequest ¶
type ExportReadGroupSetsRequest struct { // ExportUri: Required. A Google Cloud Storage URI for the exported BAM // file. The currently authenticated user must have write access to the // new file. An error will be returned if the URI already contains data. ExportUri string `json:"exportUri,omitempty"` // ProjectNumber: Required. The Google Developers Console project number // that owns this export. The caller must have WRITE access to this // project. ProjectNumber int64 `json:"projectNumber,omitempty,string"` // ReadGroupSetIds: Required. The IDs of the read group sets to export. // The caller must have READ access to these read group sets. ReadGroupSetIds []string `json:"readGroupSetIds,omitempty"` // ReferenceNames: The reference names to export. If this is not // specified, all reference sequences, including unmapped reads, are // exported. Use * to export only unmapped reads. ReferenceNames []string `json:"referenceNames,omitempty"` // ForceSendFields is a list of field names (e.g. "ExportUri") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExportUri") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ExportReadGroupSetsRequest: The read group set export request.
func (*ExportReadGroupSetsRequest) MarshalJSON ¶
func (s *ExportReadGroupSetsRequest) MarshalJSON() ([]byte, error)
type ExportReadGroupSetsResponse ¶
type ExportReadGroupSetsResponse struct { // JobId: A job ID that can be used to get status information. JobId string `json:"jobId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "JobId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "JobId") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ExportReadGroupSetsResponse: The read group set export response.
func (*ExportReadGroupSetsResponse) MarshalJSON ¶
func (s *ExportReadGroupSetsResponse) MarshalJSON() ([]byte, error)
type ExportVariantSetRequest ¶
type ExportVariantSetRequest struct { // BigqueryDataset: Required. The BigQuery dataset to export data to. // This dataset must already exist. Note that this is distinct from the // Genomics concept of "dataset". BigqueryDataset string `json:"bigqueryDataset,omitempty"` // BigqueryTable: Required. The BigQuery table to export data to. If the // table doesn't exist, it will be created. If it already exists, it // will be overwritten. BigqueryTable string `json:"bigqueryTable,omitempty"` // CallSetIds: If provided, only variant call information from the // specified call sets will be exported. By default all variant calls // are exported. CallSetIds []string `json:"callSetIds,omitempty"` // Format: The format for the exported data. // // Possible values: // "BIGQUERY" Format string `json:"format,omitempty"` // ProjectNumber: Required. The Google Cloud project number that owns // the destination BigQuery dataset. The caller must have WRITE access // to this project. This project will also own the resulting export job. ProjectNumber int64 `json:"projectNumber,omitempty,string"` // ForceSendFields is a list of field names (e.g. "BigqueryDataset") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BigqueryDataset") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
ExportVariantSetRequest: The variant data export request.
func (*ExportVariantSetRequest) MarshalJSON ¶
func (s *ExportVariantSetRequest) MarshalJSON() ([]byte, error)
type ExportVariantSetResponse ¶
type ExportVariantSetResponse struct { // JobId: A job ID that can be used to get status information. JobId string `json:"jobId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "JobId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "JobId") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ExportVariantSetResponse: The variant data export response.
func (*ExportVariantSetResponse) MarshalJSON ¶
func (s *ExportVariantSetResponse) MarshalJSON() ([]byte, error)
type ExternalId ¶
type ExternalId struct { // Id: The id used by the source of this data. Id string `json:"id,omitempty"` // SourceName: The name of the source of this data. SourceName string `json:"sourceName,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ExternalId) MarshalJSON ¶
func (s *ExternalId) MarshalJSON() ([]byte, error)
type ImportReadGroupSetsRequest ¶
type ImportReadGroupSetsRequest struct { // DatasetId: Required. The ID of the dataset these read group sets will // belong to. The caller must have WRITE permissions to this dataset. DatasetId string `json:"datasetId,omitempty"` // PartitionStrategy: The partition strategy describes how read groups // are partitioned into read group sets. // // Possible values: // "MERGE_ALL" // "PER_FILE_PER_SAMPLE" PartitionStrategy string `json:"partitionStrategy,omitempty"` // ReferenceSetId: The reference set to which the imported read group // sets are aligned to, if any. The reference names of this reference // set must be a superset of those found in the imported file headers. // If no reference set id is provided, a best effort is made to // associate with a matching reference set. ReferenceSetId string `json:"referenceSetId,omitempty"` // SourceUris: A list of URIs pointing at BAM files in Google Cloud // Storage. SourceUris []string `json:"sourceUris,omitempty"` // ForceSendFields is a list of field names (e.g. "DatasetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ImportReadGroupSetsRequest: The read group set import request.
func (*ImportReadGroupSetsRequest) MarshalJSON ¶
func (s *ImportReadGroupSetsRequest) MarshalJSON() ([]byte, error)
type ImportReadGroupSetsResponse ¶
type ImportReadGroupSetsResponse struct { // JobId: A job ID that can be used to get status information. JobId string `json:"jobId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "JobId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "JobId") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ImportReadGroupSetsResponse: The read group set import response.
func (*ImportReadGroupSetsResponse) MarshalJSON ¶
func (s *ImportReadGroupSetsResponse) MarshalJSON() ([]byte, error)
type ImportVariantsRequest ¶
type ImportVariantsRequest struct { // Format: The format of the variant data being imported. If // unspecified, defaults to "VCF". // // Possible values: // "COMPLETE_GENOMICS" // "VCF" Format string `json:"format,omitempty"` // NormalizeReferenceNames: Convert reference names to the canonical // representation. hg19 haploytypes (those reference names containing // "_hap") are not modified in any way. All other reference names are // modified according to the following rules: The reference name is // capitalized. The "chr" prefix is dropped for all autosomes and sex // chromsomes. For example "chr17" becomes "17" and "chrX" becomes "X". // All mitochondrial chromosomes ("chrM", "chrMT", etc) become "MT". NormalizeReferenceNames bool `json:"normalizeReferenceNames,omitempty"` // SourceUris: A list of URIs referencing variant files in Google Cloud // Storage. URIs can include wildcards as described here. Note that // recursive wildcards ('**') are not supported. SourceUris []string `json:"sourceUris,omitempty"` // ForceSendFields is a list of field names (e.g. "Format") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Format") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ImportVariantsRequest: The variant data import request.
func (*ImportVariantsRequest) MarshalJSON ¶
func (s *ImportVariantsRequest) MarshalJSON() ([]byte, error)
type ImportVariantsResponse ¶
type ImportVariantsResponse struct { // JobId: A job ID that can be used to get status information. JobId string `json:"jobId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "JobId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "JobId") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ImportVariantsResponse: The variant data import response.
func (*ImportVariantsResponse) MarshalJSON ¶
func (s *ImportVariantsResponse) MarshalJSON() ([]byte, error)
type Int32Value ¶
type Int32Value struct { // Value: The int32 value. Value int64 `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Value") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Value") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Int32Value: Wrapper message for `int32`.
The JSON representation for `Int32Value` is JSON number.
func (*Int32Value) MarshalJSON ¶
func (s *Int32Value) MarshalJSON() ([]byte, error)
type Job ¶
type Job struct { // Created: The date this job was created, in milliseconds from the // epoch. Created int64 `json:"created,omitempty,string"` // DetailedStatus: A more detailed description of this job's current // status. DetailedStatus string `json:"detailedStatus,omitempty"` // Errors: Any errors that occurred during processing. Errors []string `json:"errors,omitempty"` // Id: The job ID. Id string `json:"id,omitempty"` // ImportedIds: If this Job represents an import, this field will // contain the IDs of the objects that were successfully imported. ImportedIds []string `json:"importedIds,omitempty"` // ProjectNumber: The Google Developers Console project number to which // this job belongs. ProjectNumber int64 `json:"projectNumber,omitempty,string"` // Request: A summarized representation of the original service request. Request *JobRequest `json:"request,omitempty"` // Status: The status of this job. // // Possible values: // "CANCELED" // "FAILURE" // "NEW" // "PENDING" // "RUNNING" // "SUCCESS" // "UNKNOWN_STATUS" Status string `json:"status,omitempty"` // Warnings: Any warnings that occurred during processing. Warnings []string `json:"warnings,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Created") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Created") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Job: A Job represents an ongoing process that can be monitored for status information.
func (*Job) MarshalJSON ¶
type JobRequest ¶
type JobRequest struct { // Destination: The data destination of the request, for example, a // Google BigQuery Table or Dataset ID. Destination []string `json:"destination,omitempty"` // Source: The data source of the request, for example, a Google Cloud // Storage object path or Readset ID. Source []string `json:"source,omitempty"` // Type: The original request type. // // Possible values: // "ALIGN_READSETS" // "CALL_READSETS" // "EXPERIMENTAL_CREATE_JOB" // "EXPORT_READSETS" // "EXPORT_VARIANTS" // "IMPORT_READSETS" // "IMPORT_VARIANTS" // "UNKNOWN_TYPE" Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Destination") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Destination") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
JobRequest: A summary representation of the service request that spawned the job.
func (*JobRequest) MarshalJSON ¶
func (s *JobRequest) MarshalJSON() ([]byte, error)
type JobsCancelCall ¶
type JobsCancelCall struct {
// contains filtered or unexported fields
}
func (*JobsCancelCall) Context ¶
func (c *JobsCancelCall) Context(ctx context.Context) *JobsCancelCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*JobsCancelCall) Do ¶
func (c *JobsCancelCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.jobs.cancel" call.
func (*JobsCancelCall) Fields ¶
func (c *JobsCancelCall) Fields(s ...googleapi.Field) *JobsCancelCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*JobsCancelCall) Header ¶
func (c *JobsCancelCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type JobsGetCall ¶
type JobsGetCall struct {
// contains filtered or unexported fields
}
func (*JobsGetCall) Context ¶
func (c *JobsGetCall) Context(ctx context.Context) *JobsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*JobsGetCall) Do ¶
func (c *JobsGetCall) Do(opts ...googleapi.CallOption) (*Job, error)
Do executes the "genomics.jobs.get" call. Exactly one of *Job or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Job.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*JobsGetCall) Fields ¶
func (c *JobsGetCall) Fields(s ...googleapi.Field) *JobsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*JobsGetCall) Header ¶
func (c *JobsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*JobsGetCall) IfNoneMatch ¶
func (c *JobsGetCall) IfNoneMatch(entityTag string) *JobsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type JobsSearchCall ¶
type JobsSearchCall struct {
// contains filtered or unexported fields
}
func (*JobsSearchCall) Context ¶
func (c *JobsSearchCall) Context(ctx context.Context) *JobsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*JobsSearchCall) Do ¶
func (c *JobsSearchCall) Do(opts ...googleapi.CallOption) (*SearchJobsResponse, error)
Do executes the "genomics.jobs.search" call. Exactly one of *SearchJobsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*JobsSearchCall) Fields ¶
func (c *JobsSearchCall) Fields(s ...googleapi.Field) *JobsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*JobsSearchCall) Header ¶
func (c *JobsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type JobsService ¶
type JobsService struct {
// contains filtered or unexported fields
}
func NewJobsService ¶
func NewJobsService(s *Service) *JobsService
func (*JobsService) Cancel ¶
func (r *JobsService) Cancel(jobId string) *JobsCancelCall
Cancel: Cancels a job by ID. Note that it is possible for partial results to be generated and stored for cancelled jobs.
func (*JobsService) Get ¶
func (r *JobsService) Get(jobId string) *JobsGetCall
Get: Gets a job by ID.
func (*JobsService) Search ¶
func (r *JobsService) Search(searchjobsrequest *SearchJobsRequest) *JobsSearchCall
Search: Gets a list of jobs matching the criteria.
type KeyValue ¶
type KeyValue struct { // Key: A string which maps to an array of values. Key string `json:"key,omitempty"` // Value: The string values. Value []string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Key") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Key") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
KeyValue: Used to hold basic key value information.
func (*KeyValue) MarshalJSON ¶
type LinearAlignment ¶
type LinearAlignment struct { // Cigar: Represents the local alignment of this sequence (alignment // matches, indels, etc) against the reference. Cigar []*CigarUnit `json:"cigar,omitempty"` // MappingQuality: The mapping quality of this alignment. Represents how // likely the read maps to this position as opposed to other // locations. // // Specifically, this is -10 log10 Pr(mapping position is wrong), // rounded to the nearest integer. MappingQuality int64 `json:"mappingQuality,omitempty"` // Position: The position of this alignment. Position *Position `json:"position,omitempty"` // ForceSendFields is a list of field names (e.g. "Cigar") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Cigar") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
LinearAlignment: A linear alignment can be represented by one CIGAR string. Describes the mapped position and local alignment of the read to the reference.
func (*LinearAlignment) MarshalJSON ¶
func (s *LinearAlignment) MarshalJSON() ([]byte, error)
type ListBasesResponse ¶
type ListBasesResponse struct { // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // Offset: The offset position (0-based) of the given sequence from the // start of this Reference. This value will differ for each page in a // paginated request. Offset int64 `json:"offset,omitempty,string"` // Sequence: A substring of the bases that make up this reference. Sequence string `json:"sequence,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ListBasesResponse) MarshalJSON ¶
func (s *ListBasesResponse) MarshalJSON() ([]byte, error)
type ListCoverageBucketsResponse ¶
type ListCoverageBucketsResponse struct { // BucketWidth: The length of each coverage bucket in base pairs. Note // that buckets at the end of a reference sequence may be shorter. This // value is omitted if the bucket width is infinity (the default // behaviour, with no range or targetBucketWidth). BucketWidth int64 `json:"bucketWidth,omitempty,string"` // CoverageBuckets: The coverage buckets. The list of buckets is sparse; // a bucket with 0 overlapping reads is not returned. A bucket never // crosses more than one reference sequence. Each bucket has width // bucketWidth, unless its end is the end of the reference sequence. CoverageBuckets []*CoverageBucket `json:"coverageBuckets,omitempty"` // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "BucketWidth") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BucketWidth") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ListCoverageBucketsResponse) MarshalJSON ¶
func (s *ListCoverageBucketsResponse) MarshalJSON() ([]byte, error)
type ListDatasetsResponse ¶
type ListDatasetsResponse struct { // Datasets: The list of matching Datasets. Datasets []*Dataset `json:"datasets,omitempty"` // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Datasets") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Datasets") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ListDatasetsResponse: The dataset list response.
func (*ListDatasetsResponse) MarshalJSON ¶
func (s *ListDatasetsResponse) MarshalJSON() ([]byte, error)
type MergeVariantsRequest ¶
type MergeVariantsRequest struct { // Variants: The variants to be merged with existing variants. Variants []*Variant `json:"variants,omitempty"` // ForceSendFields is a list of field names (e.g. "Variants") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Variants") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*MergeVariantsRequest) MarshalJSON ¶
func (s *MergeVariantsRequest) MarshalJSON() ([]byte, error)
type Metadata ¶
type Metadata struct { // Description: A textual description of this metadata. Description string `json:"description,omitempty"` // Id: User-provided ID field, not enforced by this API. Two or more // pieces of structured metadata with identical id and key fields are // considered equivalent. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Key: The top-level key. Key string `json:"key,omitempty"` // Number: The number of values that can be included in a field // described by this metadata. Number string `json:"number,omitempty"` // Type: The type of data. Possible types include: Integer, Float, Flag, // Character, and String. // // Possible values: // "CHARACTER" // "FLAG" // "FLOAT" // "INTEGER" // "STRING" // "UNKNOWN_TYPE" Type string `json:"type,omitempty"` // Value: The value field for simple metadata Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Metadata: Metadata describes a single piece of variant call metadata. These data include a top level key and either a single value string (value) or a list of key-value pairs (info.) Value and info are mutually exclusive.
func (*Metadata) MarshalJSON ¶
type Position ¶
type Position struct { // Position: The 0-based offset from the start of the forward strand for // that reference. Position int64 `json:"position,omitempty,string"` // ReferenceName: The name of the reference in whatever reference set is // being used. ReferenceName string `json:"referenceName,omitempty"` // ReverseStrand: Whether this position is on the reverse strand, as // opposed to the forward strand. ReverseStrand bool `json:"reverseStrand,omitempty"` // ForceSendFields is a list of field names (e.g. "Position") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Position") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Position: An abstraction for referring to a genomic position, in relation to some already known reference. For now, represents a genomic position as a reference name, a base number on that reference (0-based), and a determination of forward or reverse strand.
func (*Position) MarshalJSON ¶
type QueryRange ¶
type QueryRange struct { // End: The end position of the range on the reference, 0-based // exclusive. If specified, referenceId or referenceName must also be // specified. If unset or 0, defaults to the length of the reference. End int64 `json:"end,omitempty,string"` // ReferenceId: The ID of the reference to query. ReferenceId string `json:"referenceId,omitempty"` // ReferenceName: The name of the reference to query, within the // reference set associated with this query. ReferenceName string `json:"referenceName,omitempty"` // Start: The start position of the range on the reference, 0-based // inclusive. If specified, referenceId or referenceName must also be // specified. Defaults to 0. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
QueryRange: A 0-based half-open genomic coordinate range for search requests. reference_id or reference_name must be set.
func (*QueryRange) MarshalJSON ¶
func (s *QueryRange) MarshalJSON() ([]byte, error)
type Range ¶
type Range struct { // End: The end position of the range on the reference, 0-based // exclusive. If specified, referenceName must also be specified. End int64 `json:"end,omitempty,string"` // ReferenceName: The reference sequence name, for example chr1, 1, or // chrX. ReferenceName string `json:"referenceName,omitempty"` // Start: The start position of the range on the reference, 0-based // inclusive. If specified, referenceName must also be specified. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Range: A 0-based half-open genomic coordinate range over a reference sequence.
func (*Range) MarshalJSON ¶
type RangePosition ¶
type RangePosition struct { // End: The end position of the range on the reference, 0-based // exclusive. End int64 `json:"end,omitempty,string"` // ReferenceId: The ID of the Google Genomics reference associated with // this range. ReferenceId string `json:"referenceId,omitempty"` // ReferenceName: The display name corresponding to the reference // specified by referenceId, for example chr1, 1, or chrX. ReferenceName string `json:"referenceName,omitempty"` // ReverseStrand: Whether this range refers to the reverse strand, as // opposed to the forward strand. Note that regardless of this field, // the start/end position of the range always refer to the forward // strand. ReverseStrand bool `json:"reverseStrand,omitempty"` // Start: The start position of the range on the reference, 0-based // inclusive. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RangePosition: A 0-based half-open genomic coordinate range over a reference sequence, for representing the position of a genomic resource.
func (*RangePosition) MarshalJSON ¶
func (s *RangePosition) MarshalJSON() ([]byte, error)
type Read ¶
type Read struct { // AlignedQuality: The quality of the read sequence contained in this // alignment record. (equivalent to QUAL in SAM). alignedSequence and // alignedQuality may be shorter than the full read sequence and // quality. This will occur if the alignment is part of a chimeric // alignment, or if the read was trimmed. When this occurs, the CIGAR // for this read will begin/end with a hard clip operator that will // indicate the length of the excised sequence. AlignedQuality []int64 `json:"alignedQuality,omitempty"` // AlignedSequence: The bases of the read sequence contained in this // alignment record, without CIGAR operations applied (equivalent to SEQ // in SAM). alignedSequence and alignedQuality may be shorter than the // full read sequence and quality. This will occur if the alignment is // part of a chimeric alignment, or if the read was trimmed. When this // occurs, the CIGAR for this read will begin/end with a hard clip // operator that will indicate the length of the excised sequence. AlignedSequence string `json:"alignedSequence,omitempty"` // Alignment: The linear alignment for this alignment record. This field // is null for unmapped reads. Alignment *LinearAlignment `json:"alignment,omitempty"` // DuplicateFragment: The fragment is a PCR or optical duplicate (SAM // flag 0x400). DuplicateFragment bool `json:"duplicateFragment,omitempty"` // FailedVendorQualityChecks: Whether this read did not pass filters, // such as platform or vendor quality controls (SAM flag 0x200). FailedVendorQualityChecks bool `json:"failedVendorQualityChecks,omitempty"` // FragmentLength: The observed length of the fragment, equivalent to // TLEN in SAM. FragmentLength int64 `json:"fragmentLength,omitempty"` // FragmentName: The fragment name. Equivalent to QNAME (query template // name) in SAM. FragmentName string `json:"fragmentName,omitempty"` // Id: The unique ID for this read. This is a generated unique ID, not // to be confused with fragmentName. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // NextMatePosition: The position of the primary alignment of the // (readNumber+1)%numberReads read in the fragment. It replaces mate // position and mate strand in SAM. This field will be unset if that // read is unmapped or if the fragment only has a single read. NextMatePosition *Position `json:"nextMatePosition,omitempty"` // NumberReads: The number of reads in the fragment (extension to SAM // flag 0x1). NumberReads int64 `json:"numberReads,omitempty"` // ProperPlacement: The orientation and the distance between reads from // the fragment are consistent with the sequencing protocol (SAM flag // 0x2). ProperPlacement bool `json:"properPlacement,omitempty"` // ReadGroupId: The ID of the read group this read belongs to. A read // belongs to exactly one read group. This is a server-generated ID (not // SAM's RG tag). ReadGroupId string `json:"readGroupId,omitempty"` // ReadGroupSetId: The ID of the read group set this read belongs to. A // read belongs to exactly one read group set. ReadGroupSetId string `json:"readGroupSetId,omitempty"` // ReadNumber: The read number in sequencing. 0-based and less than // numberReads. This field replaces SAM flag 0x40 and 0x80. ReadNumber int64 `json:"readNumber,omitempty"` // SecondaryAlignment: Whether this alignment is secondary. Equivalent // to SAM flag 0x100. A secondary alignment represents an alternative to // the primary alignment for this read. Aligners may return secondary // alignments if a read can map ambiguously to multiple coordinates in // the genome. By convention, each read has one and only one alignment // where both secondaryAlignment and supplementaryAlignment are false. SecondaryAlignment bool `json:"secondaryAlignment,omitempty"` // SupplementaryAlignment: Whether this alignment is supplementary. // Equivalent to SAM flag 0x800. Supplementary alignments are used in // the representation of a chimeric alignment. In a chimeric alignment, // a read is split into multiple linear alignments that map to different // reference contigs. The first linear alignment in the read will be // designated as the representative alignment; the remaining linear // alignments will be designated as supplementary alignments. These // alignments may have different mapping quality scores. In each linear // alignment in a chimeric alignment, the read will be hard clipped. The // alignedSequence and alignedQuality fields in the alignment record // will only represent the bases for its respective linear alignment. SupplementaryAlignment bool `json:"supplementaryAlignment,omitempty"` // ForceSendFields is a list of field names (e.g. "AlignedQuality") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AlignedQuality") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Read: A read alignment describes a linear alignment of a string of DNA to a reference sequence, in addition to metadata about the fragment (the molecule of DNA sequenced) and the read (the bases which were read by the sequencer). A read is equivalent to a line in a SAM file. A read belongs to exactly one read group and exactly one read group set. Generating a reference-aligned sequence string When interacting with mapped reads, it's often useful to produce a string representing the local alignment of the read to reference. The following pseudocode demonstrates one way of doing this: out = "" offset = 0 for c in read.alignment.cigar { switch c.operation { case "ALIGNMENT_MATCH", "SEQUENCE_MATCH", "SEQUENCE_MISMATCH": out += read.alignedSequence[offset:offset+c.operationLength] offset += c.operationLength break case "CLIP_SOFT", "INSERT": offset += c.operationLength break case "PAD": out += repeat("*", c.operationLength) break case "DELETE": out += repeat("-", c.operationLength) break case "SKIP": out += repeat(" ", c.operationLength) break case "CLIP_HARD": break } } return out Converting to SAM's CIGAR string The following pseudocode generates a SAM CIGAR string from the cigar field. Note that this is a lossy conversion (cigar.referenceSequence is lost). cigarMap = { "ALIGNMENT_MATCH": "M", "INSERT": "I", "DELETE": "D", "SKIP": "N", "CLIP_SOFT": "S", "CLIP_HARD": "H", "PAD": "P", "SEQUENCE_MATCH": "=", "SEQUENCE_MISMATCH": "X", } cigarStr = "" for c in read.alignment.cigar { cigarStr += c.operationLength + cigarMap[c.operation] } return cigarStr
func (*Read) MarshalJSON ¶
type ReadGroup ¶
type ReadGroup struct { // DatasetId: The ID of the dataset this read group belongs to. DatasetId string `json:"datasetId,omitempty"` // Description: A free-form text description of this read group. Description string `json:"description,omitempty"` // Experiment: The experiment used to generate this read group. Experiment *ReadGroupExperiment `json:"experiment,omitempty"` // Id: The generated unique read group ID. Note: This is different than // the @RG ID field in the SAM spec. For that value, see the name field. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Name: The read group name. This corresponds to the @RG ID field in // the SAM spec. Name string `json:"name,omitempty"` // PredictedInsertSize: The predicted insert size of this read group. // The insert size is the length the sequenced DNA fragment from // end-to-end, not including the adapters. PredictedInsertSize int64 `json:"predictedInsertSize,omitempty"` // Programs: The programs used to generate this read group. Programs are // always identical for all read groups within a read group set. For // this reason, only the first read group in a returned set will have // this field populated. Programs []*ReadGroupProgram `json:"programs,omitempty"` // ReferenceSetId: The reference set to which the reads in this read // group are aligned. ReferenceSetId string `json:"referenceSetId,omitempty"` // SampleId: The sample this read group's data was generated from. Note: // This is not an actual ID within this repository, but rather an // identifier for a sample which may be meaningful to some external // system. SampleId string `json:"sampleId,omitempty"` // ForceSendFields is a list of field names (e.g. "DatasetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ReadGroup: A read group is all the data that's processed the same way by the sequencer.
func (*ReadGroup) MarshalJSON ¶
type ReadGroupExperiment ¶
type ReadGroupExperiment struct { // InstrumentModel: The instrument model used as part of this // experiment. This maps to sequencing technology in BAM. InstrumentModel string `json:"instrumentModel,omitempty"` // LibraryId: The library used as part of this experiment. Note: This is // not an actual ID within this repository, but rather an identifier for // a library which may be meaningful to some external system. LibraryId string `json:"libraryId,omitempty"` // PlatformUnit: The platform unit used as part of this experiment e.g. // flowcell-barcode.lane for Illumina or slide for SOLiD. Corresponds to // the PlatformUnit string `json:"platformUnit,omitempty"` // SequencingCenter: The sequencing center used as part of this // experiment. SequencingCenter string `json:"sequencingCenter,omitempty"` // ForceSendFields is a list of field names (e.g. "InstrumentModel") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "InstrumentModel") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ReadGroupExperiment) MarshalJSON ¶
func (s *ReadGroupExperiment) MarshalJSON() ([]byte, error)
type ReadGroupProgram ¶
type ReadGroupProgram struct { // CommandLine: The command line used to run this program. CommandLine string `json:"commandLine,omitempty"` // Id: The user specified locally unique ID of the program. Used along // with prevProgramId to define an ordering between programs. Id string `json:"id,omitempty"` // Name: The display name of the program. This is typically the // colloquial name of the tool used, for example 'bwa' or 'picard'. Name string `json:"name,omitempty"` // PrevProgramId: The ID of the program run before this one. PrevProgramId string `json:"prevProgramId,omitempty"` // Version: The version of the program run. Version string `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "CommandLine") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CommandLine") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ReadGroupProgram) MarshalJSON ¶
func (s *ReadGroupProgram) MarshalJSON() ([]byte, error)
type ReadGroupSet ¶
type ReadGroupSet struct { // DatasetId: The dataset ID. DatasetId string `json:"datasetId,omitempty"` // Filename: The filename of the original source file for this read // group set, if any. Filename string `json:"filename,omitempty"` // Id: The read group set ID. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Name: The read group set name. By default this will be initialized to // the sample name of the sequenced data contained in this set. Name string `json:"name,omitempty"` // ReadGroups: The read groups in this set. There are typically 1-10 // read groups in a read group set. ReadGroups []*ReadGroup `json:"readGroups,omitempty"` // ReferenceSetId: The reference set the reads in this read group set // are aligned to. ReferenceSetId string `json:"referenceSetId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DatasetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ReadGroupSet: A read group set is a logical collection of read groups, which are collections of reads produced by a sequencer. A read group set typically models reads corresponding to one sample, sequenced one way, and aligned one way. - A read group set belongs to one dataset. - A read group belongs to one read group set. - A read belongs to one read group.
func (*ReadGroupSet) MarshalJSON ¶
func (s *ReadGroupSet) MarshalJSON() ([]byte, error)
type ReadgroupsetsCoveragebucketsListCall ¶
type ReadgroupsetsCoveragebucketsListCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsCoveragebucketsListCall) Context ¶
func (c *ReadgroupsetsCoveragebucketsListCall) Context(ctx context.Context) *ReadgroupsetsCoveragebucketsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsCoveragebucketsListCall) Do ¶
func (c *ReadgroupsetsCoveragebucketsListCall) Do(opts ...googleapi.CallOption) (*ListCoverageBucketsResponse, error)
Do executes the "genomics.readgroupsets.coveragebuckets.list" call. Exactly one of *ListCoverageBucketsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListCoverageBucketsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsCoveragebucketsListCall) Fields ¶
func (c *ReadgroupsetsCoveragebucketsListCall) Fields(s ...googleapi.Field) *ReadgroupsetsCoveragebucketsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsCoveragebucketsListCall) Header ¶
func (c *ReadgroupsetsCoveragebucketsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReadgroupsetsCoveragebucketsListCall) IfNoneMatch ¶
func (c *ReadgroupsetsCoveragebucketsListCall) IfNoneMatch(entityTag string) *ReadgroupsetsCoveragebucketsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ReadgroupsetsCoveragebucketsListCall) PageSize ¶
func (c *ReadgroupsetsCoveragebucketsListCall) PageSize(pageSize int64) *ReadgroupsetsCoveragebucketsListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return in a single page. If unspecified, defaults to 1024. The maximum value is 2048.
func (*ReadgroupsetsCoveragebucketsListCall) PageToken ¶
func (c *ReadgroupsetsCoveragebucketsListCall) PageToken(pageToken string) *ReadgroupsetsCoveragebucketsListCall
PageToken sets the optional parameter "pageToken": The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.
func (*ReadgroupsetsCoveragebucketsListCall) Pages ¶
func (c *ReadgroupsetsCoveragebucketsListCall) Pages(ctx context.Context, f func(*ListCoverageBucketsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ReadgroupsetsCoveragebucketsListCall) RangeEnd ¶
func (c *ReadgroupsetsCoveragebucketsListCall) RangeEnd(rangeEnd int64) *ReadgroupsetsCoveragebucketsListCall
RangeEnd sets the optional parameter "range.end": The end position of the range on the reference, 0-based exclusive. If specified, referenceName must also be specified.
func (*ReadgroupsetsCoveragebucketsListCall) RangeReferenceName ¶
func (c *ReadgroupsetsCoveragebucketsListCall) RangeReferenceName(rangeReferenceName string) *ReadgroupsetsCoveragebucketsListCall
RangeReferenceName sets the optional parameter "range.referenceName": The reference sequence name, for example chr1, 1, or chrX.
func (*ReadgroupsetsCoveragebucketsListCall) RangeStart ¶
func (c *ReadgroupsetsCoveragebucketsListCall) RangeStart(rangeStart int64) *ReadgroupsetsCoveragebucketsListCall
RangeStart sets the optional parameter "range.start": The start position of the range on the reference, 0-based inclusive. If specified, referenceName must also be specified.
func (*ReadgroupsetsCoveragebucketsListCall) TargetBucketWidth ¶
func (c *ReadgroupsetsCoveragebucketsListCall) TargetBucketWidth(targetBucketWidth int64) *ReadgroupsetsCoveragebucketsListCall
TargetBucketWidth sets the optional parameter "targetBucketWidth": The desired width of each reported coverage bucket in base pairs. This will be rounded down to the nearest precomputed bucket width; the value of which is returned as bucketWidth in the response. Defaults to infinity (each bucket spans an entire reference sequence) or the length of the target range, if specified. The smallest precomputed bucketWidth is currently 2048 base pairs; this is subject to change.
type ReadgroupsetsCoveragebucketsService ¶
type ReadgroupsetsCoveragebucketsService struct {
// contains filtered or unexported fields
}
func NewReadgroupsetsCoveragebucketsService ¶
func NewReadgroupsetsCoveragebucketsService(s *Service) *ReadgroupsetsCoveragebucketsService
func (*ReadgroupsetsCoveragebucketsService) List ¶
func (r *ReadgroupsetsCoveragebucketsService) List(readGroupSetId string) *ReadgroupsetsCoveragebucketsListCall
List: Lists fixed width coverage buckets for a read group set, each of which correspond to a range of a reference sequence. Each bucket summarizes coverage information across its corresponding genomic range.
Coverage is defined as the number of reads which are aligned to a given base in the reference sequence. Coverage buckets are available at several precomputed bucket widths, enabling retrieval of various coverage 'zoom levels'. The caller must have READ permissions for the target read group set.
type ReadgroupsetsDeleteCall ¶
type ReadgroupsetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsDeleteCall) Context ¶
func (c *ReadgroupsetsDeleteCall) Context(ctx context.Context) *ReadgroupsetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsDeleteCall) Do ¶
func (c *ReadgroupsetsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.readgroupsets.delete" call.
func (*ReadgroupsetsDeleteCall) Fields ¶
func (c *ReadgroupsetsDeleteCall) Fields(s ...googleapi.Field) *ReadgroupsetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsDeleteCall) Header ¶
func (c *ReadgroupsetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadgroupsetsExportCall ¶
type ReadgroupsetsExportCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsExportCall) Context ¶
func (c *ReadgroupsetsExportCall) Context(ctx context.Context) *ReadgroupsetsExportCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsExportCall) Do ¶
func (c *ReadgroupsetsExportCall) Do(opts ...googleapi.CallOption) (*ExportReadGroupSetsResponse, error)
Do executes the "genomics.readgroupsets.export" call. Exactly one of *ExportReadGroupSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExportReadGroupSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsExportCall) Fields ¶
func (c *ReadgroupsetsExportCall) Fields(s ...googleapi.Field) *ReadgroupsetsExportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsExportCall) Header ¶
func (c *ReadgroupsetsExportCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadgroupsetsGetCall ¶
type ReadgroupsetsGetCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsGetCall) Context ¶
func (c *ReadgroupsetsGetCall) Context(ctx context.Context) *ReadgroupsetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsGetCall) Do ¶
func (c *ReadgroupsetsGetCall) Do(opts ...googleapi.CallOption) (*ReadGroupSet, error)
Do executes the "genomics.readgroupsets.get" call. Exactly one of *ReadGroupSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ReadGroupSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsGetCall) Fields ¶
func (c *ReadgroupsetsGetCall) Fields(s ...googleapi.Field) *ReadgroupsetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsGetCall) Header ¶
func (c *ReadgroupsetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReadgroupsetsGetCall) IfNoneMatch ¶
func (c *ReadgroupsetsGetCall) IfNoneMatch(entityTag string) *ReadgroupsetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ReadgroupsetsImportCall ¶
type ReadgroupsetsImportCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsImportCall) Context ¶
func (c *ReadgroupsetsImportCall) Context(ctx context.Context) *ReadgroupsetsImportCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsImportCall) Do ¶
func (c *ReadgroupsetsImportCall) Do(opts ...googleapi.CallOption) (*ImportReadGroupSetsResponse, error)
Do executes the "genomics.readgroupsets.import" call. Exactly one of *ImportReadGroupSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ImportReadGroupSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsImportCall) Fields ¶
func (c *ReadgroupsetsImportCall) Fields(s ...googleapi.Field) *ReadgroupsetsImportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsImportCall) Header ¶
func (c *ReadgroupsetsImportCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadgroupsetsPatchCall ¶
type ReadgroupsetsPatchCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsPatchCall) Context ¶
func (c *ReadgroupsetsPatchCall) Context(ctx context.Context) *ReadgroupsetsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsPatchCall) Do ¶
func (c *ReadgroupsetsPatchCall) Do(opts ...googleapi.CallOption) (*ReadGroupSet, error)
Do executes the "genomics.readgroupsets.patch" call. Exactly one of *ReadGroupSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ReadGroupSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsPatchCall) Fields ¶
func (c *ReadgroupsetsPatchCall) Fields(s ...googleapi.Field) *ReadgroupsetsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsPatchCall) Header ¶
func (c *ReadgroupsetsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadgroupsetsSearchCall ¶
type ReadgroupsetsSearchCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsSearchCall) Context ¶
func (c *ReadgroupsetsSearchCall) Context(ctx context.Context) *ReadgroupsetsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsSearchCall) Do ¶
func (c *ReadgroupsetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchReadGroupSetsResponse, error)
Do executes the "genomics.readgroupsets.search" call. Exactly one of *SearchReadGroupSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchReadGroupSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsSearchCall) Fields ¶
func (c *ReadgroupsetsSearchCall) Fields(s ...googleapi.Field) *ReadgroupsetsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsSearchCall) Header ¶
func (c *ReadgroupsetsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadgroupsetsService ¶
type ReadgroupsetsService struct { Coveragebuckets *ReadgroupsetsCoveragebucketsService // contains filtered or unexported fields }
func NewReadgroupsetsService ¶
func NewReadgroupsetsService(s *Service) *ReadgroupsetsService
func (*ReadgroupsetsService) Delete ¶
func (r *ReadgroupsetsService) Delete(readGroupSetId string) *ReadgroupsetsDeleteCall
Delete: Deletes a read group set.
func (*ReadgroupsetsService) Export ¶
func (r *ReadgroupsetsService) Export(exportreadgroupsetsrequest *ExportReadGroupSetsRequest) *ReadgroupsetsExportCall
Export: Exports read group sets to a BAM file in Google Cloud Storage.
Note that currently there may be some differences between exported BAM files and the original BAM file at the time of import. See ImportReadGroupSets for details.
func (*ReadgroupsetsService) Get ¶
func (r *ReadgroupsetsService) Get(readGroupSetId string) *ReadgroupsetsGetCall
Get: Gets a read group set by ID.
func (*ReadgroupsetsService) Import ¶
func (r *ReadgroupsetsService) Import(importreadgroupsetsrequest *ImportReadGroupSetsRequest) *ReadgroupsetsImportCall
Import: Creates read group sets by asynchronously importing the provided information. The caller must have WRITE permissions to the dataset.
Notes on BAM import: - Tags will be converted to strings - tag types are not preserved - Comments (@CO) in the input file header are not imported - Original order of reference headers is not preserved - Any reverse stranded unmapped reads will be reverse complemented, and their qualities (also the "BQ" and "OQ" tags, if any) will be reversed - Unmapped reads will be stripped of positional information (referenceName and position)
func (*ReadgroupsetsService) Patch ¶
func (r *ReadgroupsetsService) Patch(readGroupSetId string, readgroupset *ReadGroupSet) *ReadgroupsetsPatchCall
Patch: Updates a read group set. This method supports patch semantics.
func (*ReadgroupsetsService) Search ¶
func (r *ReadgroupsetsService) Search(searchreadgroupsetsrequest *SearchReadGroupSetsRequest) *ReadgroupsetsSearchCall
Search: Searches for read group sets matching the criteria.
Implements GlobalAllianceApi.searchReadGroupSets.
func (*ReadgroupsetsService) Update ¶
func (r *ReadgroupsetsService) Update(readGroupSetId string, readgroupset *ReadGroupSet) *ReadgroupsetsUpdateCall
Update: Updates a read group set.
type ReadgroupsetsUpdateCall ¶
type ReadgroupsetsUpdateCall struct {
// contains filtered or unexported fields
}
func (*ReadgroupsetsUpdateCall) Context ¶
func (c *ReadgroupsetsUpdateCall) Context(ctx context.Context) *ReadgroupsetsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadgroupsetsUpdateCall) Do ¶
func (c *ReadgroupsetsUpdateCall) Do(opts ...googleapi.CallOption) (*ReadGroupSet, error)
Do executes the "genomics.readgroupsets.update" call. Exactly one of *ReadGroupSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ReadGroupSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadgroupsetsUpdateCall) Fields ¶
func (c *ReadgroupsetsUpdateCall) Fields(s ...googleapi.Field) *ReadgroupsetsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadgroupsetsUpdateCall) Header ¶
func (c *ReadgroupsetsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadsSearchCall ¶
type ReadsSearchCall struct {
// contains filtered or unexported fields
}
func (*ReadsSearchCall) Context ¶
func (c *ReadsSearchCall) Context(ctx context.Context) *ReadsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReadsSearchCall) Do ¶
func (c *ReadsSearchCall) Do(opts ...googleapi.CallOption) (*SearchReadsResponse, error)
Do executes the "genomics.reads.search" call. Exactly one of *SearchReadsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchReadsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReadsSearchCall) Fields ¶
func (c *ReadsSearchCall) Fields(s ...googleapi.Field) *ReadsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReadsSearchCall) Header ¶
func (c *ReadsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReadsService ¶
type ReadsService struct {
// contains filtered or unexported fields
}
func NewReadsService ¶
func NewReadsService(s *Service) *ReadsService
func (*ReadsService) Search ¶
func (r *ReadsService) Search(searchreadsrequest *SearchReadsRequest) *ReadsSearchCall
Search: Gets a list of reads for one or more read group sets. Reads search operates over a genomic coordinate space of reference sequence & position defined over the reference sequences to which the requested read group sets are aligned.
If a target positional range is specified, search returns all reads whose alignment to the reference genome overlap the range. A query which specifies only read group set IDs yields all reads in those read group sets, including unmapped reads.
All reads returned (including reads on subsequent pages) are ordered by genomic coordinate (by reference sequence, then position). Reads with equivalent genomic coordinates are returned in an unspecified order. This order is consistent, such that two queries for the same content (regardless of page size) yield reads in the same order across their respective streams of paginated responses.
Implements GlobalAllianceApi.searchReads.
type Reference ¶
type Reference struct { // Id: The Google generated immutable ID of the reference. Id string `json:"id,omitempty"` // Length: The length of this reference's sequence. Length int64 `json:"length,omitempty,string"` // Md5checksum: MD5 of the upper-case sequence excluding all whitespace // characters (this is equivalent to SQ:M5 in SAM). This value is // represented in lower case hexadecimal format. Md5checksum string `json:"md5checksum,omitempty"` // Name: The name of this reference, for example 22. Name string `json:"name,omitempty"` // NcbiTaxonId: ID from http://www.ncbi.nlm.nih.gov/taxonomy. For // example, 9606 for human. NcbiTaxonId int64 `json:"ncbiTaxonId,omitempty"` // SourceAccessions: All known corresponding accession IDs in INSDC // (GenBank/ENA/DDBJ) ideally with a version number, for example // GCF_000001405.26. SourceAccessions []string `json:"sourceAccessions,omitempty"` // SourceURI: The URI from which the sequence was obtained. Typically // specifies a FASTA format file. SourceURI string `json:"sourceURI,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Reference: A reference is a canonical assembled DNA sequence, intended to act as a reference coordinate space for other genomic annotations. A single reference might represent the human chromosome 1 or mitochandrial DNA, for instance. A reference belongs to one or more reference sets.
func (*Reference) MarshalJSON ¶
type ReferenceBound ¶
type ReferenceBound struct { // ReferenceName: The name of the reference associated with this // reference bound. ReferenceName string `json:"referenceName,omitempty"` // UpperBound: An upper bound (inclusive) on the starting coordinate of // any variant in the reference sequence. UpperBound int64 `json:"upperBound,omitempty,string"` // ForceSendFields is a list of field names (e.g. "ReferenceName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ReferenceName") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ReferenceBound: ReferenceBound records an upper bound for the starting coordinate of variants in a particular reference.
func (*ReferenceBound) MarshalJSON ¶
func (s *ReferenceBound) MarshalJSON() ([]byte, error)
type ReferenceSet ¶
type ReferenceSet struct { // AssemblyId: Public id of this reference set, such as GRCh37. AssemblyId string `json:"assemblyId,omitempty"` // Description: Free text description of this reference set. Description string `json:"description,omitempty"` // Id: The Google generated immutable ID of the reference set. Id string `json:"id,omitempty"` // Md5checksum: Order-independent MD5 checksum which identifies this // reference set. The checksum is computed by sorting all lower case // hexidecimal string reference.md5checksum (for all reference in this // set) in ascending lexicographic order, concatenating, and taking the // MD5 of that value. The resulting value is represented in lower case // hexadecimal format. Md5checksum string `json:"md5checksum,omitempty"` // NcbiTaxonId: ID from http://www.ncbi.nlm.nih.gov/taxonomy (for // example, 9606 for human) indicating the species which this reference // set is intended to model. Note that contained references may specify // a different ncbiTaxonId, as assemblies may contain reference // sequences which do not belong to the modeled species, for example EBV // in a human reference genome. NcbiTaxonId int64 `json:"ncbiTaxonId,omitempty"` // ReferenceIds: The IDs of the reference objects that are part of this // set. Reference.md5checksum must be unique within this set. ReferenceIds []string `json:"referenceIds,omitempty"` // SourceAccessions: All known corresponding accession IDs in INSDC // (GenBank/ENA/DDBJ) ideally with a version number, for example // NC_000001.11. SourceAccessions []string `json:"sourceAccessions,omitempty"` // SourceURI: The URI from which the references were obtained. SourceURI string `json:"sourceURI,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AssemblyId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AssemblyId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ReferenceSet: A reference set is a set of references which typically comprise a reference assembly for a species, such as GRCh38 which is representative of the human genome. A reference set defines a common coordinate space for comparing reference-aligned experimental data. A reference set contains 1 or more references.
func (*ReferenceSet) MarshalJSON ¶
func (s *ReferenceSet) MarshalJSON() ([]byte, error)
type ReferencesBasesListCall ¶
type ReferencesBasesListCall struct {
// contains filtered or unexported fields
}
func (*ReferencesBasesListCall) Context ¶
func (c *ReferencesBasesListCall) Context(ctx context.Context) *ReferencesBasesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReferencesBasesListCall) Do ¶
func (c *ReferencesBasesListCall) Do(opts ...googleapi.CallOption) (*ListBasesResponse, error)
Do executes the "genomics.references.bases.list" call. Exactly one of *ListBasesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListBasesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReferencesBasesListCall) End ¶
func (c *ReferencesBasesListCall) End(end int64) *ReferencesBasesListCall
End sets the optional parameter "end": The end position (0-based, exclusive) of this query. Defaults to the length of this reference.
func (*ReferencesBasesListCall) Fields ¶
func (c *ReferencesBasesListCall) Fields(s ...googleapi.Field) *ReferencesBasesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReferencesBasesListCall) Header ¶
func (c *ReferencesBasesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReferencesBasesListCall) IfNoneMatch ¶
func (c *ReferencesBasesListCall) IfNoneMatch(entityTag string) *ReferencesBasesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ReferencesBasesListCall) PageSize ¶
func (c *ReferencesBasesListCall) PageSize(pageSize int64) *ReferencesBasesListCall
PageSize sets the optional parameter "pageSize": The maximum number of bases to return in a single page. If unspecified, defaults to 200Kbp (kilo base pairs). The maximum value is 10Mbp (mega base pairs).
func (*ReferencesBasesListCall) PageToken ¶
func (c *ReferencesBasesListCall) PageToken(pageToken string) *ReferencesBasesListCall
PageToken sets the optional parameter "pageToken": The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.
func (*ReferencesBasesListCall) Pages ¶
func (c *ReferencesBasesListCall) Pages(ctx context.Context, f func(*ListBasesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ReferencesBasesListCall) Start ¶
func (c *ReferencesBasesListCall) Start(start int64) *ReferencesBasesListCall
Start sets the optional parameter "start": The start position (0-based) of this query. Defaults to 0.
type ReferencesBasesService ¶
type ReferencesBasesService struct {
// contains filtered or unexported fields
}
func NewReferencesBasesService ¶
func NewReferencesBasesService(s *Service) *ReferencesBasesService
func (*ReferencesBasesService) List ¶
func (r *ReferencesBasesService) List(referenceId string) *ReferencesBasesListCall
List: Lists the bases in a reference, optionally restricted to a range.
Implements GlobalAllianceApi.getReferenceBases.
type ReferencesGetCall ¶
type ReferencesGetCall struct {
// contains filtered or unexported fields
}
func (*ReferencesGetCall) Context ¶
func (c *ReferencesGetCall) Context(ctx context.Context) *ReferencesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReferencesGetCall) Do ¶
func (c *ReferencesGetCall) Do(opts ...googleapi.CallOption) (*Reference, error)
Do executes the "genomics.references.get" call. Exactly one of *Reference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Reference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReferencesGetCall) Fields ¶
func (c *ReferencesGetCall) Fields(s ...googleapi.Field) *ReferencesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReferencesGetCall) Header ¶
func (c *ReferencesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReferencesGetCall) IfNoneMatch ¶
func (c *ReferencesGetCall) IfNoneMatch(entityTag string) *ReferencesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ReferencesSearchCall ¶
type ReferencesSearchCall struct {
// contains filtered or unexported fields
}
func (*ReferencesSearchCall) Context ¶
func (c *ReferencesSearchCall) Context(ctx context.Context) *ReferencesSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReferencesSearchCall) Do ¶
func (c *ReferencesSearchCall) Do(opts ...googleapi.CallOption) (*SearchReferencesResponse, error)
Do executes the "genomics.references.search" call. Exactly one of *SearchReferencesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchReferencesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReferencesSearchCall) Fields ¶
func (c *ReferencesSearchCall) Fields(s ...googleapi.Field) *ReferencesSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReferencesSearchCall) Header ¶
func (c *ReferencesSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReferencesService ¶
type ReferencesService struct { Bases *ReferencesBasesService // contains filtered or unexported fields }
func NewReferencesService ¶
func NewReferencesService(s *Service) *ReferencesService
func (*ReferencesService) Get ¶
func (r *ReferencesService) Get(referenceId string) *ReferencesGetCall
Get: Gets a reference.
Implements GlobalAllianceApi.getReference.
func (*ReferencesService) Search ¶
func (r *ReferencesService) Search(searchreferencesrequest *SearchReferencesRequest) *ReferencesSearchCall
Search: Searches for references which match the given criteria.
Implements GlobalAllianceApi.searchReferences.
type ReferencesetsGetCall ¶
type ReferencesetsGetCall struct {
// contains filtered or unexported fields
}
func (*ReferencesetsGetCall) Context ¶
func (c *ReferencesetsGetCall) Context(ctx context.Context) *ReferencesetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReferencesetsGetCall) Do ¶
func (c *ReferencesetsGetCall) Do(opts ...googleapi.CallOption) (*ReferenceSet, error)
Do executes the "genomics.referencesets.get" call. Exactly one of *ReferenceSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ReferenceSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReferencesetsGetCall) Fields ¶
func (c *ReferencesetsGetCall) Fields(s ...googleapi.Field) *ReferencesetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReferencesetsGetCall) Header ¶
func (c *ReferencesetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReferencesetsGetCall) IfNoneMatch ¶
func (c *ReferencesetsGetCall) IfNoneMatch(entityTag string) *ReferencesetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ReferencesetsSearchCall ¶
type ReferencesetsSearchCall struct {
// contains filtered or unexported fields
}
func (*ReferencesetsSearchCall) Context ¶
func (c *ReferencesetsSearchCall) Context(ctx context.Context) *ReferencesetsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReferencesetsSearchCall) Do ¶
func (c *ReferencesetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchReferenceSetsResponse, error)
Do executes the "genomics.referencesets.search" call. Exactly one of *SearchReferenceSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchReferenceSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReferencesetsSearchCall) Fields ¶
func (c *ReferencesetsSearchCall) Fields(s ...googleapi.Field) *ReferencesetsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReferencesetsSearchCall) Header ¶
func (c *ReferencesetsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReferencesetsService ¶
type ReferencesetsService struct {
// contains filtered or unexported fields
}
func NewReferencesetsService ¶
func NewReferencesetsService(s *Service) *ReferencesetsService
func (*ReferencesetsService) Get ¶
func (r *ReferencesetsService) Get(referenceSetId string) *ReferencesetsGetCall
Get: Gets a reference set.
Implements GlobalAllianceApi.getReferenceSet.
func (*ReferencesetsService) Search ¶
func (r *ReferencesetsService) Search(searchreferencesetsrequest *SearchReferenceSetsRequest) *ReferencesetsSearchCall
Search: Searches for reference sets which match the given criteria.
Implements GlobalAllianceApi.searchReferenceSets.
type SearchAnnotationSetsRequest ¶
type SearchAnnotationSetsRequest struct { // DatasetIds: The dataset IDs to search within. Caller must have READ // access to these datasets. DatasetIds []string `json:"datasetIds,omitempty"` // Name: Only return annotations sets for which a substring of the name // matches this string (case insensitive). Name string `json:"name,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 128. The maximum value is 1024. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ReferenceSetId: If specified, only annotation sets associated with // the given reference set are returned. ReferenceSetId string `json:"referenceSetId,omitempty"` // Types: If specified, only annotation sets that have any of these // types are returned. // // Possible values: // "GENE" // "GENERIC" // "TRANSCRIPT" // "VARIANT" Types []string `json:"types,omitempty"` // ForceSendFields is a list of field names (e.g. "DatasetIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetIds") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SearchAnnotationSetsRequest) MarshalJSON ¶
func (s *SearchAnnotationSetsRequest) MarshalJSON() ([]byte, error)
type SearchAnnotationSetsResponse ¶
type SearchAnnotationSetsResponse struct { // AnnotationSets: The matching annotation sets. AnnotationSets []*AnnotationSet `json:"annotationSets,omitempty"` // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AnnotationSets") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AnnotationSets") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*SearchAnnotationSetsResponse) MarshalJSON ¶
func (s *SearchAnnotationSetsResponse) MarshalJSON() ([]byte, error)
type SearchAnnotationsRequest ¶
type SearchAnnotationsRequest struct { // AnnotationSetIds: The annotation sets to search within. The caller // must have READ access to these annotation sets. Required. All queried // annotation sets must have the same type. AnnotationSetIds []string `json:"annotationSetIds,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 256. The maximum value is 2048. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // Range: If specified, this query matches only annotations that overlap // this range. Range *QueryRange `json:"range,omitempty"` // ForceSendFields is a list of field names (e.g. "AnnotationSetIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AnnotationSetIds") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*SearchAnnotationsRequest) MarshalJSON ¶
func (s *SearchAnnotationsRequest) MarshalJSON() ([]byte, error)
type SearchAnnotationsResponse ¶
type SearchAnnotationsResponse struct { // Annotations: The matching annotations. Annotations []*Annotation `json:"annotations,omitempty"` // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Annotations") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Annotations") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SearchAnnotationsResponse) MarshalJSON ¶
func (s *SearchAnnotationsResponse) MarshalJSON() ([]byte, error)
type SearchCallSetsRequest ¶
type SearchCallSetsRequest struct { // Name: Only return call sets for which a substring of the name matches // this string. Name string `json:"name,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 1024. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // VariantSetIds: Restrict the query to call sets within the given // variant sets. At least one ID must be provided. VariantSetIds []string `json:"variantSetIds,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchCallSetsRequest: The call set search request.
func (*SearchCallSetsRequest) MarshalJSON ¶
func (s *SearchCallSetsRequest) MarshalJSON() ([]byte, error)
type SearchCallSetsResponse ¶
type SearchCallSetsResponse struct { // CallSets: The list of matching call sets. CallSets []*CallSet `json:"callSets,omitempty"` // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CallSets") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CallSets") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchCallSetsResponse: The call set search response.
func (*SearchCallSetsResponse) MarshalJSON ¶
func (s *SearchCallSetsResponse) MarshalJSON() ([]byte, error)
type SearchJobsRequest ¶
type SearchJobsRequest struct { // CreatedAfter: If specified, only jobs created on or after this date, // given in milliseconds since Unix epoch, will be returned. CreatedAfter int64 `json:"createdAfter,omitempty,string"` // CreatedBefore: If specified, only jobs created prior to this date, // given in milliseconds since Unix epoch, will be returned. CreatedBefore int64 `json:"createdBefore,omitempty,string"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 128. The maximum value is 256. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token which is used to page through large // result sets. To get the next page of results, set this parameter to // the value of the nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ProjectNumber: Required. Only return jobs which belong to this Google // Developers Console project. ProjectNumber int64 `json:"projectNumber,omitempty,string"` // Status: Only return jobs which have a matching status. // // Possible values: // "CANCELED" // "FAILURE" // "NEW" // "PENDING" // "RUNNING" // "SUCCESS" // "UNKNOWN_STATUS" Status []string `json:"status,omitempty"` // ForceSendFields is a list of field names (e.g. "CreatedAfter") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAfter") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchJobsRequest: The jobs search request.
func (*SearchJobsRequest) MarshalJSON ¶
func (s *SearchJobsRequest) MarshalJSON() ([]byte, error)
type SearchJobsResponse ¶
type SearchJobsResponse struct { // Jobs: The list of jobs results, ordered newest to oldest. Jobs []*Job `json:"jobs,omitempty"` // NextPageToken: The continuation token which is used to page through // large result sets. Provide this value is a subsequent request to // return the next page of results. This field will be empty if there // are no more results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Jobs") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Jobs") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchJobsResponse: The job search response.
func (*SearchJobsResponse) MarshalJSON ¶
func (s *SearchJobsResponse) MarshalJSON() ([]byte, error)
type SearchReadGroupSetsRequest ¶
type SearchReadGroupSetsRequest struct { // DatasetIds: Restricts this query to read group sets within the given // datasets. At least one ID must be provided. DatasetIds []string `json:"datasetIds,omitempty"` // Name: Only return read group sets for which a substring of the name // matches this string. Name string `json:"name,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 256. The maximum value is 1024. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ForceSendFields is a list of field names (e.g. "DatasetIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetIds") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchReadGroupSetsRequest: The read group set search request.
func (*SearchReadGroupSetsRequest) MarshalJSON ¶
func (s *SearchReadGroupSetsRequest) MarshalJSON() ([]byte, error)
type SearchReadGroupSetsResponse ¶
type SearchReadGroupSetsResponse struct { // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ReadGroupSets: The list of matching read group sets. ReadGroupSets []*ReadGroupSet `json:"readGroupSets,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchReadGroupSetsResponse: The read group set search response.
func (*SearchReadGroupSetsResponse) MarshalJSON ¶
func (s *SearchReadGroupSetsResponse) MarshalJSON() ([]byte, error)
type SearchReadsRequest ¶
type SearchReadsRequest struct { // End: The end position of the range on the reference, 0-based // exclusive. If specified, referenceName must also be specified. End int64 `json:"end,omitempty,string"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 256. The maximum value is 2048. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ReadGroupIds: The IDs of the read groups within which to search for // reads. All specified read groups must belong to the same read group // sets. Must specify one of readGroupSetIds or readGroupIds. ReadGroupIds []string `json:"readGroupIds,omitempty"` // ReadGroupSetIds: The IDs of the read groups sets within which to // search for reads. All specified read group sets must be aligned // against a common set of reference sequences; this defines the genomic // coordinates for the query. Must specify one of readGroupSetIds or // readGroupIds. ReadGroupSetIds []string `json:"readGroupSetIds,omitempty"` // ReferenceName: The reference sequence name, for example chr1, 1, or // chrX. If set to *, only unmapped reads are returned. If unspecified, // all reads (mapped and unmapped) returned. ReferenceName string `json:"referenceName,omitempty"` // Start: The start position of the range on the reference, 0-based // inclusive. If specified, referenceName must also be specified. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchReadsRequest: The read search request.
func (*SearchReadsRequest) MarshalJSON ¶
func (s *SearchReadsRequest) MarshalJSON() ([]byte, error)
type SearchReadsResponse ¶
type SearchReadsResponse struct { // Alignments: The list of matching alignments sorted by mapped genomic // coordinate, if any, ascending in position within the same reference. // Unmapped reads, which have no position, are returned contiguously and // are sorted in ascending lexicographic order by fragment name. Alignments []*Read `json:"alignments,omitempty"` // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Alignments") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Alignments") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchReadsResponse: The read search response.
func (*SearchReadsResponse) MarshalJSON ¶
func (s *SearchReadsResponse) MarshalJSON() ([]byte, error)
type SearchReferenceSetsRequest ¶
type SearchReferenceSetsRequest struct { // Accessions: If present, return references for which the accession // matches any of these strings. Best to give a version number, for // example GCF_000001405.26. If only the main accession number is given // then all records with that main accession will be returned, whichever // version. Note that different versions will have different sequences. Accessions []string `json:"accessions,omitempty"` // AssemblyId: If present, return reference sets for which a substring // of their assemblyId matches this string (case insensitive). AssemblyId string `json:"assemblyId,omitempty"` // Md5checksums: If present, return references for which the md5checksum // matches. See ReferenceSet.md5checksum for details. Md5checksums []string `json:"md5checksums,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 1024. The maximum value is 4096. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ForceSendFields is a list of field names (e.g. "Accessions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Accessions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SearchReferenceSetsRequest) MarshalJSON ¶
func (s *SearchReferenceSetsRequest) MarshalJSON() ([]byte, error)
type SearchReferenceSetsResponse ¶
type SearchReferenceSetsResponse struct { // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // ReferenceSets: The matching references sets. ReferenceSets []*ReferenceSet `json:"referenceSets,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SearchReferenceSetsResponse) MarshalJSON ¶
func (s *SearchReferenceSetsResponse) MarshalJSON() ([]byte, error)
type SearchReferencesRequest ¶
type SearchReferencesRequest struct { // Accessions: If present, return references for which the accession // matches this string. Best to give a version number, for example // GCF_000001405.26. If only the main accession number is given then all // records with that main accession will be returned, whichever version. // Note that different versions will have different sequences. Accessions []string `json:"accessions,omitempty"` // Md5checksums: If present, return references for which the md5checksum // matches. See Reference.md5checksum for construction details. Md5checksums []string `json:"md5checksums,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 1024. The maximum value is 4096. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ReferenceSetId: If present, return only references which belong to // this reference set. ReferenceSetId string `json:"referenceSetId,omitempty"` // ForceSendFields is a list of field names (e.g. "Accessions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Accessions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SearchReferencesRequest) MarshalJSON ¶
func (s *SearchReferencesRequest) MarshalJSON() ([]byte, error)
type SearchReferencesResponse ¶
type SearchReferencesResponse struct { // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // References: The matching references. References []*Reference `json:"references,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SearchReferencesResponse) MarshalJSON ¶
func (s *SearchReferencesResponse) MarshalJSON() ([]byte, error)
type SearchVariantSetsRequest ¶
type SearchVariantSetsRequest struct { // DatasetIds: Exactly one dataset ID must be provided here. Only // variant sets which belong to this dataset will be returned. DatasetIds []string `json:"datasetIds,omitempty"` // PageSize: The maximum number of results to return in a single page. // If unspecified, defaults to 1024. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ForceSendFields is a list of field names (e.g. "DatasetIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetIds") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchVariantSetsRequest: The search variant sets request.
func (*SearchVariantSetsRequest) MarshalJSON ¶
func (s *SearchVariantSetsRequest) MarshalJSON() ([]byte, error)
type SearchVariantSetsResponse ¶
type SearchVariantSetsResponse struct { // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // VariantSets: The variant sets belonging to the requested dataset. VariantSets []*VariantSet `json:"variantSets,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchVariantSetsResponse: The search variant sets response.
func (*SearchVariantSetsResponse) MarshalJSON ¶
func (s *SearchVariantSetsResponse) MarshalJSON() ([]byte, error)
type SearchVariantsRequest ¶
type SearchVariantsRequest struct { // CallSetIds: Only return variant calls which belong to call sets with // these ids. Leaving this blank returns all variant calls. If a variant // has no calls belonging to any of these call sets, it won't be // returned at all. CallSetIds []string `json:"callSetIds,omitempty"` // End: The end of the window, 0-based exclusive. If unspecified or 0, // defaults to the length of the reference. End int64 `json:"end,omitempty,string"` // MaxCalls: The maximum number of calls to return in a single page. // Note that this limit may be exceeded in the event that a matching // variant contains more calls than the requested maximum. If // unspecified, defaults to 5000. The maximum value is 10000. MaxCalls int64 `json:"maxCalls,omitempty"` // PageSize: The maximum number of variants to return in a single page. // If unspecified, defaults to 5000. The maximum value is 10000. PageSize int64 `json:"pageSize,omitempty"` // PageToken: The continuation token, which is used to page through // large result sets. To get the next page of results, set this // parameter to the value of nextPageToken from the previous response. PageToken string `json:"pageToken,omitempty"` // ReferenceName: Required. Only return variants in this reference // sequence. ReferenceName string `json:"referenceName,omitempty"` // Start: The beginning of the window (0-based, inclusive) for which // overlapping variants should be returned. If unspecified, defaults to // 0. Start int64 `json:"start,omitempty,string"` // VariantName: Only return variants which have exactly this name. VariantName string `json:"variantName,omitempty"` // VariantSetIds: At most one variant set ID must be provided. Only // variants from this variant set will be returned. If omitted, a call // set id must be included in the request. Both this and call_set_ids // may be set. VariantSetIds []string `json:"variantSetIds,omitempty"` // ForceSendFields is a list of field names (e.g. "CallSetIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CallSetIds") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchVariantsRequest: The variant search request.
func (*SearchVariantsRequest) MarshalJSON ¶
func (s *SearchVariantsRequest) MarshalJSON() ([]byte, error)
type SearchVariantsResponse ¶
type SearchVariantsResponse struct { // NextPageToken: The continuation token, which is used to page through // large result sets. Provide this value in a subsequent request to // return the next page of results. This field will be empty if there // aren't any additional results. NextPageToken string `json:"nextPageToken,omitempty"` // Variants: The list of matching Variants. Variants []*Variant `json:"variants,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SearchVariantsResponse: The variant search response.
func (*SearchVariantsResponse) MarshalJSON ¶
func (s *SearchVariantsResponse) MarshalJSON() ([]byte, error)
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment AnnotationSets *AnnotationSetsService Annotations *AnnotationsService Callsets *CallsetsService Datasets *DatasetsService Experimental *ExperimentalService Jobs *JobsService Readgroupsets *ReadgroupsetsService Reads *ReadsService References *ReferencesService Referencesets *ReferencesetsService Variants *VariantsService Variantsets *VariantsetsService // contains filtered or unexported fields }
type Transcript ¶
type Transcript struct { // CodingSequence: The range of the coding sequence for this transcript, // if any. To determine the exact ranges of coding sequence, intersect // this range with those of the exons, if any. If there are any exons, // the codingSequence must start and end within them. // // Note that in some cases, the reference genome will not exactly match // the observed mRNA transcript e.g. due to variance in the source // genome from reference. In these cases, exon.frame will not // necessarily match the expected reference reading frame and coding // exon reference bases cannot necessarily be concatenated to produce // the original transcript mRNA. CodingSequence *TranscriptCodingSequence `json:"codingSequence,omitempty"` // Exons: The exons that compose this transcript. This field should be // unset for genomes where transcript splicing does not occur, for // example prokaryotes. // // // Introns are regions of the transcript that are not included in the // spliced RNA product. Though not explicitly modeled here, intron // ranges can be deduced; all regions of this transcript that are not // exons are introns. // // // Exonic sequences do not necessarily code for a translational product // (amino acids). Only the regions of exons bounded by the // codingSequence correspond to coding DNA sequence. // // // Exons are ordered by start position and may not overlap. Exons []*TranscriptExon `json:"exons,omitempty"` // GeneId: The annotation ID of the gene from which this transcript is // transcribed. GeneId string `json:"geneId,omitempty"` // ForceSendFields is a list of field names (e.g. "CodingSequence") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CodingSequence") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Transcript: A transcript represents the assertion that a particular region of the reference genome may be transcribed as RNA.
func (*Transcript) MarshalJSON ¶
func (s *Transcript) MarshalJSON() ([]byte, error)
type TranscriptCodingSequence ¶
type TranscriptCodingSequence struct { // End: The end of the coding sequence on this annotation's reference // sequence, 0-based exclusive. Note that this position is relative to // the reference start, and not the containing annotation start. End int64 `json:"end,omitempty,string"` // Start: The start of the coding sequence on this annotation's // reference sequence, 0-based inclusive. Note that this position is // relative to the reference start, and not the containing annotation // start. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*TranscriptCodingSequence) MarshalJSON ¶
func (s *TranscriptCodingSequence) MarshalJSON() ([]byte, error)
type TranscriptExon ¶
type TranscriptExon struct { // End: The end position of the exon on this annotation's reference // sequence, 0-based exclusive. Note that this is relative to the // reference start, and not the containing annotation start. End int64 `json:"end,omitempty,string"` // Frame: The frame of this exon. Contains a value of 0, 1, or 2, which // indicates the offset of the first coding base of the exon within the // reading frame of the coding DNA sequence, if any. This field is // dependent on the strandedness of this annotation (see // Annotation.position.reverseStrand). For forward stranded annotations, // this offset is relative to the exon.start. For reverse strand // annotations, this offset is relative to the exon.end-1. // // Unset if this exon does not intersect the coding sequence. Upon // creation of a transcript, the frame must be populated for all or none // of the coding exons. Frame *Int32Value `json:"frame,omitempty"` // Start: The start position of the exon on this annotation's reference // sequence, 0-based inclusive. Note that this is relative to the // reference start, and not the containing annotation start. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*TranscriptExon) MarshalJSON ¶
func (s *TranscriptExon) MarshalJSON() ([]byte, error)
type Variant ¶
type Variant struct { // AlternateBases: The bases that appear instead of the reference bases. AlternateBases []string `json:"alternateBases,omitempty"` // Calls: The variant calls for this particular variant. Each one // represents the determination of genotype with respect to this // variant. Calls []*Call `json:"calls,omitempty"` // Created: The date this variant was created, in milliseconds from the // epoch. Created int64 `json:"created,omitempty,string"` // End: The end position (0-based) of this variant. This corresponds to // the first base after the last base in the reference allele. So, the // length of the reference allele is (end - start). This is useful for // variants that don't explicitly give alternate bases, for example // large deletions. End int64 `json:"end,omitempty,string"` // Filter: A list of filters (normally quality filters) this variant has // failed. PASS indicates this variant has passed all filters. Filter []string `json:"filter,omitempty"` // Id: The Google generated ID of the variant, immutable. Id string `json:"id,omitempty"` // Info: A string which maps to an array of values. Info map[string][]string `json:"info,omitempty"` // Names: Names for the variant, for example a RefSNP ID. Names []string `json:"names,omitempty"` // Quality: A measure of how likely this variant is to be real. A higher // value is better. Quality float64 `json:"quality,omitempty"` // ReferenceBases: The reference bases for this variant. They start at // the given position. ReferenceBases string `json:"referenceBases,omitempty"` // ReferenceName: The reference on which this variant occurs. (such as // chr20 or X) ReferenceName string `json:"referenceName,omitempty"` // Start: The position at which this variant occurs (0-based). This // corresponds to the first base of the string of reference bases. Start int64 `json:"start,omitempty,string"` // VariantSetId: The ID of the variant set this variant belongs to. VariantSetId string `json:"variantSetId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AlternateBases") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AlternateBases") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Variant: A variant represents a change in DNA sequence relative to a reference sequence. For example, a variant could represent a SNP or an insertion. Variants belong to a variant set. Each of the calls on a variant represent a determination of genotype with respect to that variant. For example, a call might assign probability of 0.32 to the occurrence of a SNP named rs1234 in a sample named NA12345. A call belongs to a call set, which contains related calls typically from one sample.
func (*Variant) MarshalJSON ¶
type VariantAnnotation ¶
type VariantAnnotation struct { // AlternateBases: The alternate allele for this variant. If multiple // alternate alleles exist at this location, create a separate variant // for each one, as they may represent distinct conditions. AlternateBases string `json:"alternateBases,omitempty"` // ClinicalSignificance: Describes the clinical significance of a // variant. It is adapted from the ClinVar controlled vocabulary for // clinical significance described at: // http://www.ncbi.nlm.nih.gov/clinvar/docs/clinsig/ // // Possible values: // "ASSOCIATION" // "BENIGN" // "CLINICAL_SIGNIFICANCE_UNSPECIFIED" // "CONFERS_SENSITIVITY" // "DRUG_RESPONSE" // "HISTOCOMPATIBILITY" // "LIKELY_BENIGN" // "LIKELY_PATHOGENIC" // "MULTIPLE_REPORTED" // "OTHER" // "PATHOGENIC" // "PROTECTIVE" // "RISK_FACTOR" // "UNCERTAIN" ClinicalSignificance string `json:"clinicalSignificance,omitempty"` // Conditions: The set of conditions associated with this variant. A // condition describes the way a variant influences human health. Conditions []*VariantAnnotationCondition `json:"conditions,omitempty"` // Effect: Effect of the variant on the coding sequence. // // Possible values: // "EFFECT_UNSPECIFIED" // "FRAMESHIFT" // "FRAME_PRESERVING_INDEL" // "NONSYNONYMOUS_SNP" // "OTHER" // "SPLICE_SITE_DISRUPTION" // "STOP_GAIN" // "STOP_LOSS" // "SYNONYMOUS_SNP" Effect string `json:"effect,omitempty"` // GeneId: Google annotation ID of the gene affected by this variant. // This should be provided when the variant is created. GeneId string `json:"geneId,omitempty"` // TranscriptIds: Google annotation IDs of the transcripts affected by // this variant. These should be provided when the variant is created. TranscriptIds []string `json:"transcriptIds,omitempty"` // Type: Type has been adapted from ClinVar's list of variant types. // // Possible values: // "CNV" // "DELETION" // "INSERTION" // "OTHER" // "SNP" // "STRUCTURAL" // "SUBSTITUTION" // "TYPE_UNSPECIFIED" Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "AlternateBases") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AlternateBases") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
VariantAnnotation: A Variant annotation.
func (*VariantAnnotation) MarshalJSON ¶
func (s *VariantAnnotation) MarshalJSON() ([]byte, error)
type VariantAnnotationCondition ¶
type VariantAnnotationCondition struct { // ConceptId: The MedGen concept id associated with this gene. Search // for these IDs at http://www.ncbi.nlm.nih.gov/medgen/ ConceptId string `json:"conceptId,omitempty"` // ExternalIds: The set of external IDs for this condition. ExternalIds []*ExternalId `json:"externalIds,omitempty"` // Names: A set of names for the condition. Names []string `json:"names,omitempty"` // OmimId: The OMIM id for this condition. Search for these IDs at // http://omim.org/ OmimId string `json:"omimId,omitempty"` // ForceSendFields is a list of field names (e.g. "ConceptId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConceptId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*VariantAnnotationCondition) MarshalJSON ¶
func (s *VariantAnnotationCondition) MarshalJSON() ([]byte, error)
type VariantSet ¶
type VariantSet struct { // DatasetId: The dataset to which this variant set belongs. Immutable. DatasetId string `json:"datasetId,omitempty"` // Description: A textual description of this variant set. Description string `json:"description,omitempty"` // Id: The Google-generated ID of the variant set. Immutable. Id string `json:"id,omitempty"` // Metadata: The metadata associated with this variant set. Metadata []*Metadata `json:"metadata,omitempty"` // Name: User-specified, mutable name. Name string `json:"name,omitempty"` // ReferenceBounds: A list of all references used by the variants in a // variant set with associated coordinate upper bounds for each one. ReferenceBounds []*ReferenceBound `json:"referenceBounds,omitempty"` // ReferenceSetId: 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. ReferenceSetId string `json:"referenceSetId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DatasetId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DatasetId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
VariantSet: 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.
func (*VariantSet) MarshalJSON ¶
func (s *VariantSet) MarshalJSON() ([]byte, error)
type VariantsCreateCall ¶
type VariantsCreateCall struct {
// contains filtered or unexported fields
}
func (*VariantsCreateCall) Context ¶
func (c *VariantsCreateCall) Context(ctx context.Context) *VariantsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsCreateCall) Do ¶
func (c *VariantsCreateCall) Do(opts ...googleapi.CallOption) (*Variant, error)
Do executes the "genomics.variants.create" call. Exactly one of *Variant or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Variant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsCreateCall) Fields ¶
func (c *VariantsCreateCall) Fields(s ...googleapi.Field) *VariantsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsCreateCall) Header ¶
func (c *VariantsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsDeleteCall ¶
type VariantsDeleteCall struct {
// contains filtered or unexported fields
}
func (*VariantsDeleteCall) Context ¶
func (c *VariantsDeleteCall) Context(ctx context.Context) *VariantsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsDeleteCall) Do ¶
func (c *VariantsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.variants.delete" call.
func (*VariantsDeleteCall) Fields ¶
func (c *VariantsDeleteCall) Fields(s ...googleapi.Field) *VariantsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsDeleteCall) Header ¶
func (c *VariantsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsGetCall ¶
type VariantsGetCall struct {
// contains filtered or unexported fields
}
func (*VariantsGetCall) Context ¶
func (c *VariantsGetCall) Context(ctx context.Context) *VariantsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsGetCall) Do ¶
func (c *VariantsGetCall) Do(opts ...googleapi.CallOption) (*Variant, error)
Do executes the "genomics.variants.get" call. Exactly one of *Variant or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Variant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsGetCall) Fields ¶
func (c *VariantsGetCall) Fields(s ...googleapi.Field) *VariantsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsGetCall) Header ¶
func (c *VariantsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*VariantsGetCall) IfNoneMatch ¶
func (c *VariantsGetCall) IfNoneMatch(entityTag string) *VariantsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type VariantsSearchCall ¶
type VariantsSearchCall struct {
// contains filtered or unexported fields
}
func (*VariantsSearchCall) Context ¶
func (c *VariantsSearchCall) Context(ctx context.Context) *VariantsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsSearchCall) Do ¶
func (c *VariantsSearchCall) Do(opts ...googleapi.CallOption) (*SearchVariantsResponse, error)
Do executes the "genomics.variants.search" call. Exactly one of *SearchVariantsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchVariantsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsSearchCall) Fields ¶
func (c *VariantsSearchCall) Fields(s ...googleapi.Field) *VariantsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsSearchCall) Header ¶
func (c *VariantsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsService ¶
type VariantsService struct {
// contains filtered or unexported fields
}
func NewVariantsService ¶
func NewVariantsService(s *Service) *VariantsService
func (*VariantsService) Create ¶
func (r *VariantsService) Create(variant *Variant) *VariantsCreateCall
Create: Creates a new variant.
func (*VariantsService) Delete ¶
func (r *VariantsService) Delete(variantId string) *VariantsDeleteCall
Delete: Deletes a variant.
func (*VariantsService) Get ¶
func (r *VariantsService) Get(variantId string) *VariantsGetCall
Get: Gets a variant by ID.
func (*VariantsService) Search ¶
func (r *VariantsService) Search(searchvariantsrequest *SearchVariantsRequest) *VariantsSearchCall
Search: Gets a list of variants matching the criteria.
Implements GlobalAllianceApi.searchVariants.
func (*VariantsService) Update ¶
func (r *VariantsService) Update(variantId string, variant *Variant) *VariantsUpdateCall
Update: Updates a variant's names and info fields. All other modifications are silently ignored. Returns the modified variant without its calls.
type VariantsUpdateCall ¶
type VariantsUpdateCall struct {
// contains filtered or unexported fields
}
func (*VariantsUpdateCall) Context ¶
func (c *VariantsUpdateCall) Context(ctx context.Context) *VariantsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsUpdateCall) Do ¶
func (c *VariantsUpdateCall) Do(opts ...googleapi.CallOption) (*Variant, error)
Do executes the "genomics.variants.update" call. Exactly one of *Variant or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Variant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsUpdateCall) Fields ¶
func (c *VariantsUpdateCall) Fields(s ...googleapi.Field) *VariantsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsUpdateCall) Header ¶
func (c *VariantsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsCreateCall ¶
type VariantsetsCreateCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsCreateCall) Context ¶
func (c *VariantsetsCreateCall) Context(ctx context.Context) *VariantsetsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsCreateCall) Do ¶
func (c *VariantsetsCreateCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
Do executes the "genomics.variantsets.create" call. Exactly one of *VariantSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VariantSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsCreateCall) Fields ¶
func (c *VariantsetsCreateCall) Fields(s ...googleapi.Field) *VariantsetsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsCreateCall) Header ¶
func (c *VariantsetsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsDeleteCall ¶
type VariantsetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsDeleteCall) Context ¶
func (c *VariantsetsDeleteCall) Context(ctx context.Context) *VariantsetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsDeleteCall) Do ¶
func (c *VariantsetsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.variantsets.delete" call.
func (*VariantsetsDeleteCall) Fields ¶
func (c *VariantsetsDeleteCall) Fields(s ...googleapi.Field) *VariantsetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsDeleteCall) Header ¶
func (c *VariantsetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsExportCall ¶
type VariantsetsExportCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsExportCall) Context ¶
func (c *VariantsetsExportCall) Context(ctx context.Context) *VariantsetsExportCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsExportCall) Do ¶
func (c *VariantsetsExportCall) Do(opts ...googleapi.CallOption) (*ExportVariantSetResponse, error)
Do executes the "genomics.variantsets.export" call. Exactly one of *ExportVariantSetResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExportVariantSetResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsExportCall) Fields ¶
func (c *VariantsetsExportCall) Fields(s ...googleapi.Field) *VariantsetsExportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsExportCall) Header ¶
func (c *VariantsetsExportCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsGetCall ¶
type VariantsetsGetCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsGetCall) Context ¶
func (c *VariantsetsGetCall) Context(ctx context.Context) *VariantsetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsGetCall) Do ¶
func (c *VariantsetsGetCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
Do executes the "genomics.variantsets.get" call. Exactly one of *VariantSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VariantSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsGetCall) Fields ¶
func (c *VariantsetsGetCall) Fields(s ...googleapi.Field) *VariantsetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsGetCall) Header ¶
func (c *VariantsetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*VariantsetsGetCall) IfNoneMatch ¶
func (c *VariantsetsGetCall) IfNoneMatch(entityTag string) *VariantsetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type VariantsetsImportVariantsCall ¶
type VariantsetsImportVariantsCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsImportVariantsCall) Context ¶
func (c *VariantsetsImportVariantsCall) Context(ctx context.Context) *VariantsetsImportVariantsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsImportVariantsCall) Do ¶
func (c *VariantsetsImportVariantsCall) Do(opts ...googleapi.CallOption) (*ImportVariantsResponse, error)
Do executes the "genomics.variantsets.importVariants" call. Exactly one of *ImportVariantsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ImportVariantsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsImportVariantsCall) Fields ¶
func (c *VariantsetsImportVariantsCall) Fields(s ...googleapi.Field) *VariantsetsImportVariantsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsImportVariantsCall) Header ¶
func (c *VariantsetsImportVariantsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsMergeVariantsCall ¶
type VariantsetsMergeVariantsCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsMergeVariantsCall) Context ¶
func (c *VariantsetsMergeVariantsCall) Context(ctx context.Context) *VariantsetsMergeVariantsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsMergeVariantsCall) Do ¶
func (c *VariantsetsMergeVariantsCall) Do(opts ...googleapi.CallOption) error
Do executes the "genomics.variantsets.mergeVariants" call.
func (*VariantsetsMergeVariantsCall) Fields ¶
func (c *VariantsetsMergeVariantsCall) Fields(s ...googleapi.Field) *VariantsetsMergeVariantsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsMergeVariantsCall) Header ¶
func (c *VariantsetsMergeVariantsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsPatchCall ¶
type VariantsetsPatchCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsPatchCall) Context ¶
func (c *VariantsetsPatchCall) Context(ctx context.Context) *VariantsetsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsPatchCall) Do ¶
func (c *VariantsetsPatchCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
Do executes the "genomics.variantsets.patch" call. Exactly one of *VariantSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VariantSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsPatchCall) Fields ¶
func (c *VariantsetsPatchCall) Fields(s ...googleapi.Field) *VariantsetsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsPatchCall) Header ¶
func (c *VariantsetsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsSearchCall ¶
type VariantsetsSearchCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsSearchCall) Context ¶
func (c *VariantsetsSearchCall) Context(ctx context.Context) *VariantsetsSearchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsSearchCall) Do ¶
func (c *VariantsetsSearchCall) Do(opts ...googleapi.CallOption) (*SearchVariantSetsResponse, error)
Do executes the "genomics.variantsets.search" call. Exactly one of *SearchVariantSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchVariantSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsSearchCall) Fields ¶
func (c *VariantsetsSearchCall) Fields(s ...googleapi.Field) *VariantsetsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsSearchCall) Header ¶
func (c *VariantsetsSearchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type VariantsetsService ¶
type VariantsetsService struct {
// contains filtered or unexported fields
}
func NewVariantsetsService ¶
func NewVariantsetsService(s *Service) *VariantsetsService
func (*VariantsetsService) Create ¶
func (r *VariantsetsService) Create(variantset *VariantSet) *VariantsetsCreateCall
Create: Creates a new variant set (only necessary in v1).
The provided variant set must have a valid datasetId set - all other fields are optional. Note that the id field will be ignored, as this is assigned by the server.
func (*VariantsetsService) Delete ¶
func (r *VariantsetsService) Delete(variantSetId string) *VariantsetsDeleteCall
Delete: Deletes a variant set including all variants, call sets, and calls within. This is not reversible.
func (*VariantsetsService) Export ¶
func (r *VariantsetsService) Export(variantSetId string, exportvariantsetrequest *ExportVariantSetRequest) *VariantsetsExportCall
Export: Exports variant set data to an external destination.
func (*VariantsetsService) Get ¶
func (r *VariantsetsService) Get(variantSetId string) *VariantsetsGetCall
Get: Gets a variant set by ID.
func (*VariantsetsService) ImportVariants ¶
func (r *VariantsetsService) ImportVariants(variantSetId string, importvariantsrequest *ImportVariantsRequest) *VariantsetsImportVariantsCall
ImportVariants: Creates variant data by asynchronously importing the provided information.
The variants for import will be merged with any existing data and each other according to the behavior of mergeVariants. In particular, this means for merged VCF variants that have conflicting info fields, some data will be arbitrarily discarded unless otherwise specified in the InfoMergeConfig field of ImportVariantsRequest. As a special case, for single-sample VCF files, QUAL and FILTER fields will be moved to the call level; these are sometimes interpreted in a call-specific context. Imported VCF headers are appended to the metadata already in a variant set.
func (*VariantsetsService) MergeVariants ¶
func (r *VariantsetsService) MergeVariants(variantSetId string, mergevariantsrequest *MergeVariantsRequest) *VariantsetsMergeVariantsCall
MergeVariants: Merges the given variants with existing variants. Each variant will be merged with an existing variant that matches its reference sequence, start, end, reference bases, and alternative bases. If no such variant exists, a new one will be created.
When variants are merged, the call information from the new variant is added to the existing variant. Variant info fields are merged as specified in the InfoMergeConfig field of the MergeVariantsRequest.
func (*VariantsetsService) Patch ¶
func (r *VariantsetsService) Patch(variantSetId string, variantset *VariantSet) *VariantsetsPatchCall
Patch: Updates a variant set's metadata. All other modifications are silently ignored. This method supports patch semantics.
func (*VariantsetsService) Search ¶
func (r *VariantsetsService) Search(searchvariantsetsrequest *SearchVariantSetsRequest) *VariantsetsSearchCall
Search: Returns a list of all variant sets matching search criteria.
Implements GlobalAllianceApi.searchVariantSets.
func (*VariantsetsService) Update ¶
func (r *VariantsetsService) Update(variantSetId string, variantset *VariantSet) *VariantsetsUpdateCall
Update: Updates a variant set's metadata. All other modifications are silently ignored.
type VariantsetsUpdateCall ¶
type VariantsetsUpdateCall struct {
// contains filtered or unexported fields
}
func (*VariantsetsUpdateCall) Context ¶
func (c *VariantsetsUpdateCall) Context(ctx context.Context) *VariantsetsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*VariantsetsUpdateCall) Do ¶
func (c *VariantsetsUpdateCall) Do(opts ...googleapi.CallOption) (*VariantSet, error)
Do executes the "genomics.variantsets.update" call. Exactly one of *VariantSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VariantSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*VariantsetsUpdateCall) Fields ¶
func (c *VariantsetsUpdateCall) Fields(s ...googleapi.Field) *VariantsetsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*VariantsetsUpdateCall) Header ¶
func (c *VariantsetsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.