calc_vi {MetaVolcanoR} | R Documentation |
This function takes the limits of a confidence interval (95 a calculate a variance
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
data(diffexplist) diffexp <- calc_vi(diffexplist[[1]], "CI.L", "CI.R") head(diffexp, 3)