counts2normalized_smartseq2: transform count to RPKM or TPM within Hsapiens and Mmusculus

View source: R/counts2rpm.R

counts2normalized_smartseq2R Documentation

transform count to RPKM or TPM within Hsapiens and Mmusculus

Description

transform count to RPKM or TPM within Hsapiens and Mmusculus

Usage

counts2normalized_smartseq2(data, Org, toType, scale.factor = 10^6)

Arguments

data

a dataframe with row of gene and column of sample

Org

choose the species source of gene, eg "Homo sapiens", "Mus musculus"

toType

whether RPKM or TPM of result you wanted, eg "RPKM", "TPM"

scale.factor

set the scale factor, default "10^6"

Value

the RPKM or TPM of data


ShellyCoder/cellcall documentation built on Oct. 11, 2023, 2:50 p.m.