rpm | R Documentation |
rpm scale data frame so each column sums to 1e6 (by default)
rpm(reads, scale = 1e+06, ignore_cols = NULL)
reads |
Input data frame to rescale |
scale |
Value to which each column should be scaled. Default 1e6 |
ignore_cols |
Column names to exclude from calculation (e.g. id column) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.