cytoctx | R Documentation |
Create cyto context that carries tiledb context parameters
Convert cytoctx to a list
cytoctx(cred = NULL, num_threads = 1L) print.cytoctx(x, ...) ctx_to_list(x)
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 |
a cytoctx object that is a wrapper around the external pointer,thus it is copy-by-reference object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.