Learn R Programming

rstoat (version 1.0.2)

download_annotation: Download annotation results

Description

Download results of a successfully completed batch annotation. Requires login, please run mol_login(<email_address>) Uses the output from my_jobs() for the annotation id.

Usage

download_annotation(annotation_id, dir = "annotation_results")

Arguments

annotation_id

The id of the annotation

dir

The directory where to write the annotation.

Value

The path of the downloaded annotation.

Examples

Run this code
# NOT RUN {
download_annotation(<annotation_id>, <dir>)
# }

Run the code above in your browser using DataLab