normalization_simutils: FPKM or TPM Normalization Method in simutils

View source: R/normalization.R

normalization_simutilsR Documentation

FPKM or TPM Normalization Method in simutils

Description

FPKM or TPM Normalization Method in simutils

Usage

normalization_simutils(
  data,
  norm_method = "FPKM",
  gene_length = NULL,
  species = "human"
)

Arguments

data

A matrix with cells on columns and genes on rows.

norm_method

FPKM or TPM

gene_length

A numeric vector of gene lengths. If NULL, the gene length data will be imported by hs_gene_length or mm_gene_length function and users must set species parameters below.

species

human or mouse.


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