omics_start_annotation_import_job: Starts an annotation import job

View source: R/omics_operations.R

omics_start_annotation_import_jobR Documentation

Starts an annotation import job

Description

Starts an annotation import job.

See https://www.paws-r-sdk.com/docs/omics_start_annotation_import_job/ for full documentation.

Usage

omics_start_annotation_import_job(
  destinationName,
  roleArn,
  items,
  versionName = NULL,
  formatOptions = NULL,
  runLeftNormalization = NULL,
  annotationFields = NULL
)

Arguments

destinationName

[required] A destination annotation store for the job.

roleArn

[required] A service role for the job.

items

[required] Items to import.

versionName

The name of the annotation store version.

formatOptions

Formatting options for the annotation file.

runLeftNormalization

The job's left normalization setting.

annotationFields

The annotation schema generated by the parsed annotation data.


paws.storage documentation built on May 29, 2024, 2:03 a.m.