Creates a new version of an annotation store.
See https://www.paws-r-sdk.com/docs/omics_create_annotation_store_version/ for full documentation.
omics_create_annotation_store_version(
name,
versionName,
description = NULL,
versionOptions = NULL,
tags = NULL
)
[required] The name of an annotation store version from which versions are being created.
[required] The name given to an annotation store version to distinguish it from other versions.
The description of an annotation store version.
The options for an annotation store version.
Any tags added to annotation store version.