View source: R/calculate_data_properties.R
| gene_properties | R Documentation | 
Calculate Gene Properties
gene_properties(data, cpm_norm = TRUE, verbose = FALSE)
data | 
 A count matrix.  | 
cpm_norm | 
 Whether CPM normalization will be used. Default is TRUE.  | 
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 <- gene_properties(data, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.