omics_create_annotation_store: Creates an annotation store

View source: R/omics_operations.R

omics_create_annotation_storeR Documentation

Creates an annotation store

Description

Creates an annotation store.

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

Usage

omics_create_annotation_store(
  reference = NULL,
  name = NULL,
  description = NULL,
  tags = NULL,
  versionName = NULL,
  sseConfig = NULL,
  storeFormat,
  storeOptions = NULL
)

Arguments

reference

The genome reference for the store's annotations.

name

A name for the store.

description

A description for the store.

tags

Tags for the store.

versionName

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

sseConfig

Server-side encryption (SSE) settings for the store.

storeFormat

[required] The annotation file format of the store.

storeOptions

File parsing options for the annotation store.


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