This repo contains extensions to flashier, including implementation of an F update according to Biship (1999).
To use the package, first clone the repo and do the following steps:
> cd PATH/TO/flashierX
;- In R, install the load the package:
install.packages("PHT/TO/flashierX", repos = NULL, type = "source")
library(flashierX)
Alternatively,
install.packages("remotes")
remotes::install_github("stephenslab/flashierX")
library(flashierX)