phylochemistry
is a set of functions for chemical and genomic/transcriptomic analysis. These tools are provided though a combination of new functions and wrapped features of previously developed packages. A number of new functions to streamline analyses in this interdisciplinary space are also provided. This repository contains the latest version of the phylochemistry
R package.
phylochemistry
can be installed by following these four steps:
msa
and phangorn
by running the following code in Rif (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("msa")
BiocManager::install("ggtree")
BiocManager::install("phangorn")
BiocManager::install("seqinr")
BiocManager::install("Biostrings")
BiocManager::install("GenomicRanges")
install.packages("devtools")
install.packages("tidyverse")
install.packages("DT")
install.packages("RColorBrewer")
install.packages("xcms")
install.packages("data.table")
install.packages("rhandsontable")
install.packages("ape")
install.packages("ips")
(for Mac only) install XCode via the Mac AppStore
Restart R and install phylochemistry
devtools::install_github("thebustalab/phylochemistry", quiet = FALSE, force = TRUE)
library(phylochemistry)
The phylochemistry
package is documented in this vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.