gene_properties: Calculate Gene Properties

View source: R/calculate_data_properties.R

gene_propertiesR Documentation

Calculate Gene Properties

Description

Calculate Gene Properties

Usage

gene_properties(data, cpm_norm = TRUE, verbose = FALSE)

Arguments

data

A count matrix.

cpm_norm

Whether CPM normalization will be used. Default is TRUE.

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 <- gene_properties(data, verbose = TRUE)

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