import_mtxzip: Import Human Cell Atlas '.mtx.zip' archives

Description Usage Arguments Value Examples

View source: R/import_mtxzip.R

Description

Import Human Cell Atlas '.mtx.zip' archives

Usage

1
2
3
4
5
6
7
import_mtxzip(
  path,
  ...,
  exdir = tempfile(),
  overwrite = FALSE,
  verbose = FALSE
)

Arguments

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()'.

Value

'SingleCellExperiment()' representing the expression data. Rows represent features and columns cells; counts are represented in a sparse matrix.

Examples

1
2
3
4
## Not run: 
    import_mtxzip("path/to/mtx/archive.zip")

## End(Not run)

HCAMatrixBrowser documentation built on Nov. 8, 2020, 5:15 p.m.