View source: R/calculate_data_properties.R
cell_properties | R Documentation |
Calculate Cell Properties
cell_properties(data, verbose = FALSE)
data |
A count matrix. |
verbose |
Whether messages are returned during the process. |
A list
data <- matrix(rpois(100*100, 2),
nrow = 100,
dimnames = list(paste0('Gene', 1:100),
paste0('Cell', 1:100)))
result <- cell_properties(data, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.