omics_update_annotation_store_version {paws.storage} | R Documentation |
Updates the description of an annotation store version.
See https://www.paws-r-sdk.com/docs/omics_update_annotation_store_version/ for full documentation.
omics_update_annotation_store_version(name, versionName, description = NULL)
name |
[required] The name of an annotation store. |
versionName |
[required] The name of an annotation store version. |
description |
The description of an annotation store. |