comp_ratio_sd | R Documentation |
Calculate the ratio of standard deviation between two data.frames
comp_ratio_sd(DF1, DF2, option1 = TRUE, pseudocount = 1)
DF1 |
numeric data.frame |
DF2 |
numeric data.frame |
option1 |
boolean. Default TRUE. Whether to use the first option to compute the ratio sd: first option: log2(DF1)-log2(DF2); other option: log2(DF1)/log2(DF2) |
pseudocount |
numeric. Default: 1. What to add to avoid problems with log2(0) |
a numeric data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.