Ax3man / phylopath

Perform phylogenetic path analysis in R.

Home Page:https://ax3man.github.io/phylopath/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phylopath

CRAN_Status_Badge Cran downloads Project Status: Active – The project has reached a stable, usable state and is being actively developed.

This package implements phylogenetic path analysis in R.

Install the package using:

install.packages("phylopath")

You may need to install the downstream dependency graph from Bioconductor:

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("graph")

Or if you'd like to install the development version (here on github), use:

remotes::install_github("Ax3man/phylopath")

It's easiest to start on the website and first read the introduction here, or read the paper in PeerJ.

If you find any problems, or if you have suggestions for improvements, please file those under issues. PRs welcome.

About

Perform phylogenetic path analysis in R.

https://ax3man.github.io/phylopath/


Languages

Language:R 100.0%