Description Details Browsing Constructor Author(s) References See Also Examples
Classes and methods to handle the Runs resource.
The Runs resource contains the raw data produced by the instruments, the base calls, together with run metrics, instrument health data, and other information used for data processing and analysis.
listRuns(x, ...)
lists all the available runs visable to the user, returning
only a small summary for each run.
is an AppAuth
object.
Parameters supported by the REST API, specified as
name = value
. For example,
listRuns(x, Limit = 2, Statuses = "Failed")
Runs()
:
Instantiates an empty Runs
object. Same as new("Runs")
.
Runs(x, id)
:
x
is an AppAuth
object.
id
is either and integer or a character string storing an
integer. id
can have length larger that 1.
Runs(x)
:
x
is an RunsSummary
object.
Adrian Alexa
https://developer.basespace.illumina.com/docs/content/documentation/rest-api/api-reference
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.