View source: R/general_bioinfo.R
get_tpm | R Documentation |
given the raw counts and length of genomic features this function returns normalized counts as tags per million (TPM).
get_tpm(counts, lengths)
counts |
a numeric vector giving counts of reads aligned against genomic intervals. |
lengths |
a numeric vector giving length of genomic intervals. |
a numeric vector giving TPM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.