omics_create_annotation_store_version: Creates a new version of an annotation store

View source: R/omics_operations.R

omics_create_annotation_store_versionR Documentation

Creates a new version of an annotation store

Description

Creates a new version of an annotation store.

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

Usage

omics_create_annotation_store_version(
  name,
  versionName,
  description = NULL,
  versionOptions = NULL,
  tags = NULL
)

Arguments

name

[required] The name of an annotation store version from which versions are being created.

versionName

[required] The name given to an annotation store version to distinguish it from other versions.

description

The description of an annotation store version.

versionOptions

The options for an annotation store version.

tags

Any tags added to annotation store version.


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