omics_list_annotation_stores: Retrieves a list of annotation stores

View source: R/omics_operations.R

omics_list_annotation_storesR Documentation

Retrieves a list of annotation stores

Description

Retrieves a list of annotation stores.

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

Usage

omics_list_annotation_stores(
  ids = NULL,
  maxResults = NULL,
  nextToken = NULL,
  filter = NULL
)

Arguments

ids

IDs of stores to list.

maxResults

The maximum number of stores to return in one page of results.

nextToken

Specify the pagination token from a previous request to retrieve the next page of results.

filter

A filter to apply to the list.


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