View source: R/preprocessing.R
loadSparseData | R Documentation |
This function loads the sparse matrix and meta data and returns a list - counts & meta
loadSparseData(input = NULL, meta = NULL, verbose = F)
input |
Path to sparse cell x peak text file in triplet format. Input data can be gzipped. Required. |
meta |
Path to meta data for cells in sparse cell x peak data set in tsv format. Headers and barcode/cellID rownames are required. Meta data can be gzipped. Providing meta data is highly recommended, but not required. |
verbose |
logical. Defaults to FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.