Description Usage Arguments Value
normalize count to TPM
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 tpm is Logarithm. default = FALSE. If is TRUE, use pseudoTPM. |
pseudoTPM |
a integer pseudoCount added to TPM matrix/data.frame after normalization for Logarithm. default = 1 |
a data.frame of normalized count as TPM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.