Description Usage Arguments Value
normalize count to FPKM
1 | count2fpkm(count, geneLength, pseudoCount = 0, log = F, pseudoFPKM = 1)
|
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 |
a data.frame of normalized count as FPKM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.