Description Usage Arguments Value Examples
A function to model foldchange variance along several studies This function calculate the REM-summary fold-change
1 | remodel(gene, foldchangecol, vcol)
|
gene |
named vector with foldchanges and variances <vector< |
foldchangecol |
the column name of the foldchange variable <string> |
vcol |
name of the fold change variance variable <string> |
data.frame
with REM results for a gene
1 2 3 | g <- data.frame('Symbol'="XGENE", 'Log2FC_1'=1.2, 'Log2FC'=0.8,
'vi_1'=0.01, 'vi_2'=0.1)
remodel(g, 'Log2FC', 'vi')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.