Description Usage Arguments Value Examples
This function takes the limits of a confidence interval (95 a calculate a variance
1 | calc_vi(diffexp, llcol, rlcol)
|
diffexp |
data.frame/data.table containing differential expression results |
llcol |
column name of the fold change coinfidence interval left limit name <string> |
rlcol |
column name of the fold change coinfidence interval left limit name <string> |
data.table/data.frame
with a new vi
variable
1 2 3 | data(diffexplist)
diffexp <- calc_vi(diffexplist[[1]], "CI.L", "CI.R")
head(diffexp, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.