Description Usage Arguments Value Examples
View source: R/exportSCEtoTXT.R
Writes all assays, colData, rowData, reducedDims, and altExps objects in a SingleCellExperiment to text files. The items in the 'metadata' slot remain stored in list and are saved in an RDS file.
1 2 3 4 5 6 7 | exportSCEtoFlatFile(
sce,
outputDir = "./",
overwrite = TRUE,
gzipped = TRUE,
sample = "sample"
)
|
sce |
SingleCellExperiment object to be exported. |
outputDir |
Name of the directory to store the exported file(s). |
overwrite |
Boolean. Whether to overwrite the output files. Default
|
gzipped |
Boolean. |
sample |
Name of the sample. It will be used as the prefix of file names. |
Generates text files containing data from inSCE
.
1 2 3 4 5 | data(sce_chcl, package = "scds")
## Not run:
exportSCEtoFlatFile(sce_chcl, "sce_chcl")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.