View source: R/normalize_convert.R
hpgl_rpkm | R Documentation |
Express a data frame of counts as reads per kilobase(gene) per million(library). This function wraps EdgeR's rpkm in an attempt to make sure that the required gene lengths get sent along.
hpgl_rpkm(count_table, ...)
count_table |
Data frame of counts, alternately an edgeR DGEList. |
... |
extra options including annotations for defining gene lengths. |
Data frame of counts expressed as rpkm.
[edgeR::rpkm()]
## Not run:
rpkm_df = hpgl_rpkm(df, annotations = gene_annotations)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.