Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1006 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 1006 Bytes

R-CMD-check Codecov test coverage

DirectionalMaxPTest

Directional MaxP test for replication, mediation, & qualitative interactions.

Install

Install DirectionalMaxPTest from GitHub using the remotes (or devtools) package within R.

# install.packages("remotes") # You must install remotes if you haven't before
library(remotes)
remotes::install_github(repo="jdreyf/DirectionalMaxPTest")

To see examples of its use, see analyze_screendmt_dihome_replication.Rmd, where we apply it to lipidomics analysis.