Run FGEM with a dataframe as input This version of FGEM takes a single dataframe with both gene-level bayes factors and gene-level features and returns a dataframe with effect size estimates for every feature (run as univariate)
1 2 3 4 5 6 7 8 9 10 | fgem_marginal(
X,
BF,
prior_mean = 0.02,
epsilon = 1e-06,
max_iter = 150,
parallel = FALSE,
log_BF = FALSE,
...
)
|
X |
feature matrix (must have column names) |
BF |
vector of bayes factors |
verbose |
Whether to print debug output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.