Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Google_Service_Genomics_Referencesets_Resource Class Reference

The "referencesets" collection of methods. More...

Inheritance diagram for Google_Service_Genomics_Referencesets_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($referenceSetId, $optParams=array())
 Gets a reference set.
 
 search (Google_Service_Genomics_SearchReferenceSetsRequest $postBody, $optParams=array())
 Searches for reference sets which match the given criteria.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "referencesets" collection of methods.

Typical usage is: $genomicsService = new Google_Service_Genomics(...); $referencesets = $genomicsService->referencesets;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ get()

Google_Service_Genomics_Referencesets_Resource::get ( $referenceSetId,
$optParams = array() )

Gets a reference set.

Implements [GlobalAllianceApi.getReferenceSet](https:// github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/referencemethods .avdl\L83). (referencesets.get)

Parameters
string$referenceSetIdThe ID of the reference set.
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_ReferenceSet

◆ search()

Google_Service_Genomics_Referencesets_Resource::search ( Google_Service_Genomics_SearchReferenceSetsRequest $postBody,
$optParams = array() )

Searches for reference sets which match the given criteria.

Implements Globa lAllianceApi.searchReferenceSets. (referencesets.search)

Parameters
Google_SearchReferenceSetsRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_SearchReferenceSetsResponse

The documentation for this class was generated from the following file: