WriteTsv | R Documentation |
Write raw data in tab-separated data format
WriteTsv(obj, outfile, raw = TRUE, gzip = TRUE)
obj |
Seurat object to print |
outfile |
Character. Name of a tsv file that should be written to |
raw |
A logical scalar. Should raw data be written? |
gzip |
A logical scalar. Should data be gzipped after writing? |
WriteTsv(obj, filename, raw=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.