run_analysis: This function orders an analysis to run on FASTGenomics....

Description Usage Arguments Value Examples

Description

This function orders an analysis to run on FASTGenomics. Aside from the dataset id and the workflow id you will need to specify a title, abstract and optionally a description.

Usage

1
2
run_analysis(connection, dataset_id, workflow_id, title, abstract,
  description = "")

Arguments

connection

The connection to be used, call connect to obtain one.

Value

class FGResponse

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Bearer ey...")
analysis <- fastgenomicsRclient::run_analysis(connection, "dts_xxxx", "wf_xxx", title="Some title", abstract="Some abstract")
status <- fastgenomicsRclient::poll_analysis_until_validated(connection, analysis)

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.