All Projects → SchlossLab → schtools

SchlossLab / schtools

Licence: other
Schloss Lab Tools for Reproducible Microbiome Research 💩

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to schtools

rdryad
R client for Dryad web services
Stars: ✭ 25 (+13.64%)
Mutual labels:  rstats, r-package
pbapply
Adding progress bar to '*apply' functions in R
Stars: ✭ 115 (+422.73%)
Mutual labels:  rstats, r-package
tiler
Generate geographic and non-geographic map tiles from R
Stars: ✭ 56 (+154.55%)
Mutual labels:  rstats, r-package
miner
R package for controlling Minecraft via API
Stars: ✭ 74 (+236.36%)
Mutual labels:  rstats, r-package
WikidataQueryServiceR
An R package for the Wikidata Query Service API
Stars: ✭ 23 (+4.55%)
Mutual labels:  rstats, r-package
individual
R Package for individual based epidemiological models
Stars: ✭ 20 (-9.09%)
Mutual labels:  rstats, r-package
cyphr
Humane encryption
Stars: ✭ 91 (+313.64%)
Mutual labels:  rstats, r-package
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-36.36%)
Mutual labels:  rstats, r-package
rglobi
R library to access species interaction data of http://globalbioticinteractions.org
Stars: ✭ 12 (-45.45%)
Mutual labels:  rstats, r-package
rinat
A programmatic interface to iNaturalist
Stars: ✭ 36 (+63.64%)
Mutual labels:  rstats, r-package
pkgreviewr
R package to facilitate rOpenSci package reviews.
Stars: ✭ 35 (+59.09%)
Mutual labels:  rstats, r-package
paleobioDB
R interface to the Paleobiology Database
Stars: ✭ 36 (+63.64%)
Mutual labels:  rstats, r-package
styles
Custom themes for base plots
Stars: ✭ 32 (+45.45%)
Mutual labels:  rstats, r-package
riem
✈️ ☀️ R package for accessing ASOS data via the Iowa Environment Mesonet ☁️ ✈️
Stars: ✭ 38 (+72.73%)
Mutual labels:  rstats, r-package
agent
Store sensitive data such as API tokens
Stars: ✭ 19 (-13.64%)
Mutual labels:  rstats, r-package
antiword
R wrapper for antiword utility
Stars: ✭ 47 (+113.64%)
Mutual labels:  rstats, r-package
cusumcharter
Easier CUSUM control charts. Returns simple CUSUM statistics, CUSUMs with control limit calculations, and function to generate faceted CUSUM Control Charts
Stars: ✭ 17 (-22.73%)
Mutual labels:  rstats, r-package
geoparser
⛔ ARCHIVED ⛔ R package for the Geoparser.io API
Stars: ✭ 38 (+72.73%)
Mutual labels:  rstats, r-package
rfishbase
R interface to the fishbase.org database
Stars: ✭ 79 (+259.09%)
Mutual labels:  rstats, r-package
NLMR
📦 R package to simulate neutral landscape models 🏔
Stars: ✭ 57 (+159.09%)
Mutual labels:  rstats, r-package

schtools

Schloss Lab Tools for Reproducible Microbiome Research 💩

check codecov license CRAN status Conda Downloads

A collection of useful functions and example code created and used by the Schloss Lab for reproducible microbiome research. Perform common tasks like read output files from mothur, tidy up your microbiome data, and format rmarkdown documents for publication. See the website for more information, documentation, and examples.

Installation

You can install the latest release from CRAN:

install.packages("schtools")

or the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("SchlossLab/schtools")

Help & Contributing

If you come across a bug, open an issue and include a minimal reproducible example.

If you’d like to contribute, see our guidelines here.

Code of Conduct

Please note that the schtools project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

The schtools package is licensed under the MIT license. Text and images included in this repository are licensed under the CC BY 4.0 license.

Citation


To cite package 'schtools' in publications use:

  Kelly Sovacool, Nick Lesniak and Patrick Schloss (2021). schtools:
  Schloss Lab Tools for Reproducible Microbiome Research. R package
  version 0.1.0.9000. https://github.com/SchlossLab/schtools

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {schtools: Schloss Lab Tools for Reproducible Microbiome Research},
    author = {Kelly Sovacool and Nick Lesniak and Patrick Schloss},
    year = {2021},
    note = {R package version 0.1.0.9000},
    url = {https://github.com/SchlossLab/schtools},
  }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].