View source: R/general_bioinfo.R
get_rpkm | R Documentation |
given the raw counts and length of genomic features this function returns normalized counts as reads per kilo-base per million (RPKM).
get_rpkm(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 RPKM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.