Description Value Fields Examples
Class App
App object.
id
app id
project
project id
name
app name
revision
app revision
raw
raw cwl list, if doesn't have any, call cwl()
method
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
a <- Auth(url = "https://api.sbgenomics.com/v2/", token = "your_token")
# get a public app
app <- a$public_app(id = "admin/sbg-public-data/rna-seq-alignment-star")
app$input_matrix()
app$output_matrix()
# get a public app
app <- a$public_app(id = "admin/sbg-public-data/star")
app$input_matrix()
app$output_matrix()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.