Skip to content

jedick/JMDplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

JMDplots

This R package has code and data for papers by Jeffrey M. Dick. Plots from the papers are reproduced in the vignettes, which are installed with the package and can be viewed at https://chnosz.net/JMDplots/vignettes/.

Analysis scripts and data files

Click on the paper titles for a list of files. Published papers are indicated by the year with a DOI link. Links to preprints, if available, are at the end of each list. See the manual page associated with each paper for additional details about scripts, data files, and plotting functions.

genoGOE: Genomes record the Great Oxidation Event (in-preparation manuscript)
microhum: Adaptations of microbial genomes to human body chemistry (submitted manuscript)
chem16S: Community-level chemical metrics for exploring genomic adaptation to environments (2023)
orp16S: Community- and genome-based evidence for a shaping influence of redox potential on bacterial protein evolution (2023)
utogig: Using thermodynamics to obtain geochemical information from genomes (2023)

Reference databases

Amino acid compositions and taxonomic information have been obtained from the Saccharomyces Genome Database (SGD), UniProt, RefSeq, GTDB, and MGnify. See man/JMDplots-package.Rd for further details.

Reference databases

Installation

First install the remotes packages from CRAN.

install.packages("remotes")

Then install other required packages: canprot and chem16S.

remotes::install_github("jedick/canprot")
remotes::install_github("jedick/chem16S")

Note

Currently (as of 2023-07-31), JMDplots depends on the development versions of canprot and chem16S from GitHub, not the released versions on CRAN.

Finally, install JMDplots. This command will install prebuilt vignettes; they might not be up-to-date with the source code.

remotes::install_github("jedick/JMDplots")

To view the plots, use the R help browser or this command to open the vignettes page:

browseVignettes("JMDplots")

Building vignettes

remotes::install_github("jedick/JMDplots", dependencies = TRUE, build_vignettes = TRUE)

Note It might be possible to build the vignettes without pandoc, but having pandoc available will make them look better.

Licenses

This package except for the file inst/extdata/orp16S/metadata/PCL+18.csv is licensed under the GNU General Public License v3 (GPLv3).

The ORP (mV), DO (mg/L) and Feature (Stream, Spring, Lake, Terrace, or Geyser) data for New Zealand hot springs (Power et al., 2018) in PCL+18.csv were obtained from the 1000 Springs Project and are licensed under CC-BY-NC-SA.

This package contains a copy of the dunnTest() function by Derek H. Ogle from CRAN package FSA, version 0.9.3 (License: GPL (>= 2)), which itself is a wrapper for dunn.test() from CRAN package dunn.test by Alexis Dinno.