Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Genomics_ReferencesBases_Resource Class Reference

The "bases" collection of methods. More...

Inheritance diagram for Google_Service_Genomics_ReferencesBases_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listReferencesBases ($referenceId, $optParams=array())
 Lists the bases in a reference, optionally restricted to a range.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "bases" collection of methods.

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

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

◆ listReferencesBases()

Google_Service_Genomics_ReferencesBases_Resource::listReferencesBases ( $referenceId,
$optParams = array() )

Lists the bases in a reference, optionally restricted to a range.

Implements GlobalAllianceApi.getReferenceBases. (bases.listReferencesBases)

Parameters
string$referenceIdThe ID of the reference.
array$optParamsOptional parameters.

@opt_param string start The start position (0-based) of this query. Defaults to 0. @opt_param string end The end position (0-based, exclusive) of this query. Defaults to the length of this reference. @opt_param int pageSize Specifies the maximum number of bases to return in a single page. @opt_param string 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.

Return values
Google_Service_Genomics_ListBasesResponse

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