The "bases" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "bases" collection of methods.
Typical usage is: $genomicsService = new Google_Service_Genomics(...); $bases = $genomicsService->bases;
◆ 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
-
◆ 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 | $referenceId | The ID of the reference. |
array | $optParams | Optional 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
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Genomics.php