View source: R/utility_functions.R
subset_matrix | R Documentation |
If includeAll is TRUE (default) and if a barcode is not present in the matrix, set its values to 0 to allow incorporation into a common object
subset_matrix(
data,
features = c(),
barcodes = c(),
includeAll = TRUE,
na.value = 0
)
A subsetted sparse Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.