Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 493 Bytes

flashierX

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)