Description Usage Arguments Value Examples
View source: R/import_mtxzip.R
Import Human Cell Atlas '.mtx.zip' archives
1 2 3 4 5 6 7 | import_mtxzip(
path,
...,
exdir = tempfile(),
overwrite = FALSE,
verbose = FALSE
)
|
path |
character(1) the path to the remote ('http://' or 'https://') or local '.zip' archive or, when '.data' is present, the column name (default '"path"') in which the path is found. |
... |
additional arguments, not supported. |
exdir |
character(1) directory in which to extract .zip archive. |
overwrite |
logical(1) overwrite existing files in 'exdir'? |
verbose |
logical(1) report progress using 'message()'. |
'SingleCellExperiment()' representing the expression data. Rows represent features and columns cells; counts are represented in a sparse matrix.
1 2 3 4 | ## Not run:
import_mtxzip("path/to/mtx/archive.zip")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.