# phylotools **Repository Path**: helixcn/phylotools ## Basic Information - **Project Name**: phylotools - **Description**: Phylogenetic tools for Eco-phylogenetics - **Primary Language**: R - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Welcome to the Homepage of R Package phylotools phylotools is an R package to assist you in building supermatrix using aligned fasta/phylip files. To install it, please use the following command in R: ```R library(devtools) install_github("helixcn/phylotools", build_vignettes = TRUE) ``` If you haven't had `devtools` installed, you can install it by typing `"install.packages("devtools")"` in the R console. Please feel free to send an email to the package maintainer **Dr. Jinlong Zhang** if you have any question or comments about this package.