View source: R/omics_operations.R
omics_create_annotation_store_version | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.