Description Usage Arguments Value
calculate RLE of a numeric dataframe
1 | calculateRLE(counts_df, log2_transformed_flag = FALSE)
|
counts_df |
gene by samples dataframe of raw counts or logged counts (see paramter logged) |
log2_transformed_flag |
Default FALSE set to true if log2 transformed counts are passed |
rle dataframe with genes x samples. Values are the logged differences from the gene-wise medians
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.