vallenderlab / MicrobiomeR

A comprehensive and customizable R package for microbiome analysis.
https://vallenderlab.github.io/MicrobiomeR/
MIT License
21 stars 4 forks source link

Citations #33

Open grabear opened 6 years ago

grabear commented 6 years ago

Some of the citations have been accumulated in the old documentation file: https://github.com/vallenderlab/stress-microbiome-analysis/blob/rag-analysis2/Archive/Documentation/Stress_Microbiome_Project.Rmd

Pipeline Specifications and Citations

R and R packages

> R.version
  platform       x86_64-w64-mingw32          
arch           x86_64                      
os             mingw32                     
system         x86_64, mingw32             
status                                     
major          3                           
minor          4.3                         
year           2017                        
month          11                          
day            30                          
svn rev        73796                       
language       R                           
version.string R version 3.4.3 (2017-11-30)
nickname       Kite-Eating Tree
# There are more packages to add I think
> get_default_parameters(func_names = "packages")
$required_cran_packages
 [1] "devtools"    "ggplot2"     "plotly"      "dplyr"       "rstudioapi"  "diptest"     "phytools"   
 [8] "taxa"        "modes"       "metacoder"   "gridExtra"   "lme4"        "vegan"       "tidyr"      
[15] "VennDiagram" "extrafont"  

$required_bioconductor_packages
[1] "phyloseq"   "ggtree"     "biomformat" "microbiome" "PathoStat" 

$required_github_packages
[1] "MadsAlbertsen/ampvis2"

Nephele Pipeline

sdhutchins commented 6 years ago

Are we using something from PathoStat? I think the biggest thing I need to do is make sure I'm using what I'm importing.

grabear commented 6 years ago

I haven't used it, but I'm not really keeping up with it well. I haven't gone through and sorted what I am and I'm not using. ggtree for instance may not be used...

grabear commented 6 years ago

I used these papers to make many of my decisions:

sdhutchins commented 6 years ago

Use the grateful package to cite R packages.