google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Api.Referencesets View Source
API calls for all endpoints tagged Referencesets
.
Link to this section Summary
Functions
Gets a reference set. For the definitions of references and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.getReferenceSet
Searches for reference sets which match the given criteria. For the definitions of references and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchReferenceSets
Link to this section Functions
genomics_referencesets_get(Tesla.Env.client, String.t, keyword) :: {:ok, GoogleApi.Genomics.V1.Model.ReferenceSet.t} | {:error, Tesla.Env.t}
Gets a reference set. For the definitions of references and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.getReferenceSet.
Parameters
- connection (GoogleApi.Genomics.V1.Connection): Connection to server
- reference_set_id (String): The ID of the reference set.
opts (KeywordList): [optional] Optional parameters
- :fields (String): Selector specifying which fields to include in a partial response.
- :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
- :__/xgafv (String): V1 error format.
- :callback (String): JSONP
- :alt (String): Data format for response.
- :access_token (String): OAuth access token.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
- :pp (Boolean): Pretty-print response.
- :bearer_token (String): OAuth bearer token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
- :pretty_print (Boolean): Returns response with indentations and line breaks.
Returns
{:ok, %GoogleApi.Genomics.V1.Model.ReferenceSet{}} on success {:error, info} on failure
genomics_referencesets_search(Tesla.Env.client, keyword) :: {:ok, GoogleApi.Genomics.V1.Model.SearchReferenceSetsResponse.t} | {:error, Tesla.Env.t}
Searches for reference sets which match the given criteria. For the definitions of references and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchReferenceSets
Parameters
- connection (GoogleApi.Genomics.V1.Connection): Connection to server
opts (KeywordList): [optional] Optional parameters
- :fields (String): Selector specifying which fields to include in a partial response.
- :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
- :__/xgafv (String): V1 error format.
- :callback (String): JSONP
- :alt (String): Data format for response.
- :access_token (String): OAuth access token.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
- :pp (Boolean): Pretty-print response.
- :bearer_token (String): OAuth bearer token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :body (SearchReferenceSetsRequest):
Returns
{:ok, %GoogleApi.Genomics.V1.Model.SearchReferenceSetsResponse{}} on success {:error, info} on failure