cell_properties: Calculate Cell Properties

View source: R/calculate_data_properties.R

cell_propertiesR Documentation

Calculate Cell Properties

Description

Calculate Cell Properties

Usage

cell_properties(data, verbose = FALSE)

Arguments

data

A count matrix.

verbose

Whether messages are returned during the process.

Value

A list

Examples

data <- matrix(rpois(100*100, 2),
               nrow = 100,
               dimnames = list(paste0('Gene', 1:100),
                               paste0('Cell', 1:100)))
result <- cell_properties(data, verbose = TRUE)

duohongrui/simutils documentation built on March 12, 2024, 8:40 p.m.