Installation
The stable version of PrioriTree can be installed from CRAN (available soon):
install.packages("PrioriTree")
Alternatively, to install the developmental version directly from this GitHub repository:
install.packages("devtools")
devtools::install_github("jsigao/prioritree")
Launch the Shiny App (Browser Interface)
PrioriTree is designed as an R Shiny app, so most of the functionalities requires user interaction with the browser interface.
To launch the interface, use the following command:
library(PrioriTree)
launchPrioriTree()