README.md

R-CMD-check Project Status: Active - The project has reached a stable, usable state and is being actively developed. codecov DOI

Inapp: ancestral reconstruction and step counting for discrete characters with inapplicable data.

Check out the presentation.

This package allows to run the algorithm described in this paper. You can either directly run the package on your web browser (Graphical User Interface mode!), or install it in R as a proper package (or both!).

The C implementation of the algorithm is available in morphylib and the algorithm is implemented in the 'TreeSearch' R package.

Running Inapp online

Super easy! Simply click on the following link:

https://tguillerme.shinyapps.io/inapp/

Running Inapp locally on your web browser

Not hard! In R, simply copy/paste the following:

if(!require(devtools)) install.packages("devtools")
if(!require(shiny)) install.packages("shiny")
runGitHub("Inapp", "TGuillerme")

Running Inapp in your R console

Not much more complicated! In R, copy/paste the following:

## Installing the App:
if(!require(devtools)) install.packages("devtools")
devtools::install_github("TGuillerme/Inapp")

## Running the App:
Inapp::runInapp()

Check out the package vignette for (many) more details on the GUI possibilities.

Authors

Thomas Guillerme, Martin Brazeau, Martin Smith

Citations

If you are using this package, please cite both the published description of this algorithm:

And the DOI of this package:



TGuillerme/Inapp documentation built on Feb. 4, 2024, 7:26 a.m.