Learn R Programming

rstoat (version 1.0.2)

job_details: Retrieve annotation job details

Description

Get details of a batch annotation job. Requires login, please run mol_login(<email_address>). Uses the output from my_jobs().

Usage

job_details(annotation_id)

Arguments

annotation_id

The annotation id from from my_jobs().

Value

A data.frame of layers and their statuses, along with the annotation_id, and the dataset_id for the custom annotation.

Examples

Run this code
# NOT RUN {
job_details(<annotation_id>)
# }

Run the code above in your browser using DataLab