Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 1 kb
NAMESPACE 100644 4 kb
NEWS 100644 9 kb
README.Rmd 100644 1 kb
README.md 100644 1 kb
README.md
# 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") ```