tpm | R Documentation |
TPM: Transcript per million. See https://www.biostars.org/p/273537/ The input table is numeric:
The row names are the gene identifiers (ensembl ID).
The column names represent the samples. The gene lengths are in a column of a dataframe with the same row order.
tpm(raw_counts, gene_lengths)
raw_counts |
A table with the gene counts. |
gene_lengths |
A column with the gene lengths. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.