View source: R/preprocessing_filtering_reduction.R
generate_count_matrix | R Documentation |
Generate count matrix
generate_count_matrix(cells, features, sparse, cell_names, feature_names)
cells |
Number of cells |
features |
Number of features |
sparse |
Is matrix sparse ? |
cell_names |
Cell names |
feature_names |
Feature names |
A matrix or a sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.