omics_list_read_sets: Retrieves a list of read sets

View source: R/omics_operations.R

omics_list_read_setsR Documentation

Retrieves a list of read sets

Description

Retrieves a list of read sets.

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

Usage

omics_list_read_sets(
  sequenceStoreId,
  maxResults = NULL,
  nextToken = NULL,
  filter = NULL
)

Arguments

sequenceStoreId

[required] The jobs' sequence store ID.

maxResults

The maximum number of read sets 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.