count2fpkm: normalize count to FPKM

Description Usage Arguments Value

View source: R/count2fpkm.R

Description

normalize count to FPKM

Usage

1
count2fpkm(count, geneLength, pseudoCount = 0, log = F, pseudoFPKM = 1)

Arguments

count

a matrix or data.frame with unique id as row names and unique sample name as colnames required

geneLength

a named vector with unique id (required)

pseudoCount

the integer pseudoCount added to count matrix/data.frame. default = 0

log

a boolean value to determine whether the output fpkm is Logarithm. default = FALSE. If is TRUE, use pseudoFPKM.

pseudoFPKM

a integer pseudoCount added to FPKM matrix/data.frame after normalization for Logarithm. default = 1

Value

a data.frame of normalized count as FPKM


sckinta/deqc documentation built on Jan. 11, 2022, 12:36 a.m.