omics_create_variant_store: Creates a variant store

View source: R/omics_operations.R

omics_create_variant_storeR Documentation

Creates a variant store

Description

Creates a variant store.

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

Usage

omics_create_variant_store(
  reference,
  name = NULL,
  description = NULL,
  tags = NULL,
  sseConfig = NULL
)

Arguments

reference

[required] The genome reference for the store's variants.

name

A name for the store.

description

A description for the store.

tags

Tags for the store.

sseConfig

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


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