Description Usage Arguments Value Examples
TPM FPKM COUNT conversion
1 | countToTpm(counts, effLen = 5)
|
counts |
raw count of RNAseq data. |
fpkm |
FPKM. |
generate a expression matrix (TPM or FPKM).
1 2 3 | tpm <- countToTpm(counts = counts)
fpkm <- countToFpkm(counts = counts)
tpm <- fpkmToTpm(counts = fpkm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.