cf_write_disk: Save the cytoframe to disk

Description Usage Arguments See Also

View source: R/cytoframe.R

Description

Save the cytoframe to disk

Usage

1
cf_write_disk(cf, filename, backend = get_default_backend(), cred = NULL)

Arguments

cf

cytoframe object

filename

the full path of the output file

backend

either "h5" or "tile"

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)

See Also

Other cytoframe/cytoset IO functions: cf_get_uri(), cf_write_h5(), cf_write_tile(), cs_get_uri(), load_cytoframe_from_fcs(), load_cytoframe(), load_cytoset_from_fcs()


flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.