cytoctx: Create cyto context that carries tiledb context parameters

View source: R/cytoctx.R

cytoctxR Documentation

Create cyto context that carries tiledb context parameters

Description

Create cyto context that carries tiledb context parameters

Convert cytoctx to a list

Usage

cytoctx(cred = NULL, num_threads = 1L)

print.cytoctx(x, ...)

ctx_to_list(x)

Arguments

cred

credentials for s3 access. It is a list containing elements of "AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION" when NULL, read the default credential file from disk (e.g., ~/.aws/credentials)

num_threads

tiledb multithread parameters

x

cytoctx

Value

a cytoctx object that is a wrapper around the external pointer,thus it is copy-by-reference object


RGLab/flowWorkspace documentation built on Sept. 16, 2022, 3:34 a.m.