Description Usage Arguments Details Value Author(s) Examples
View source: R/experimentPublish.R
experimentPublish
- Publishes an experiment.
1 | experimentPublish(coreApi, experimentType, experimentBarcode, ...)
|
coreApi |
coreApi object with valid jsessionid |
experimentType |
experiment entity type |
experimentBarcode |
barcode of the experiment (Experiments that require a signature cannot be published through the API). |
... |
additional arguments passed to |
experimentPublish
Publishes an experiment.
List of length 2, containing entity
and response
objects:
entity
is the HTTP response content.
For PFS version 5.x.x the entity
value comes from response$content$response$data
For PFS version 6.x.x the entity
value comes from response$content
response
is the entire HTTP response.
Craig Parman info@ngsanalytics.com
Natasha Mora natasha.mora@thermofisher.com
Scott Russell scott.russell@thermofisher.com
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.