# sitePath: Phylogenetic pathway–dependent recognition of fixed substitutions and parallel mutations
## Getting help
Post on Bioconductor [support site](https://support.bioconductor.org/)
if having trouble using `sitePath`. Or open an
[issue](https://github.com/wuaipinglab/sitePath/issues/new?assignees=&labels=&template=bug_report.md&title=)
if a bug is found.
## Installation
[R programming language](https://cran.r-project.org/) >= 4.1.0 is
required to use `sitePath`.
The stable release is available on
[Bioconductor](https://bioconductor.org/packages/sitePath/).
``` r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sitePath")
```
The installation from [GitHub](https://github.com/wuaipinglab/sitePath/)
is in experimental stage but gives the newest feature:
``` r
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("wuaipinglab/sitePath")
```