This is a Github reporsitory for MixTwice
, an empirical Bayes approach for large-scale hypothesis testing. It is currently developed for the two-group comparison problem, and takes as input a vector of estimated effects (unit-specific differences between groups, such as log fold change) and a second vector of estimated standard errors for these effects. Using a shape-constrained, semi-parametric mixture model, it computes unit-specific local false discovery rates and local false sign rates, which may be used to prioritize units for follow-up analysis. Read a more complete description at Zheng et al, 2021, Bioinformatics.
MixTwice
is available in CRAN, or here following the instructions below.
MixTwice
R package:To locally download the MixTwice
package, you can use this link to download the .zip file and install on R.
Install from Github
install.packages("devtools")
devtools::install_github("wiscstatman/MixTwice")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.