Creates a new version of an annotation store
Source:R/omics_operations.R
omics_create_annotation_store_version.RdCreates 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.
Any tags added to annotation store version.