An open API service indexing awesome lists of open source software.

https://github.com/schlosslab/schloss_census2_mbio_2016

Update of the 2004 Schloss & Handelsman MMBR paper "Status of the Microbial Census"
https://github.com/schlosslab/schloss_census2_mbio_2016

reproducible-paper

Last synced: 4 months ago
JSON representation

Update of the 2004 Schloss & Handelsman MMBR paper "Status of the Microbial Census"

Awesome Lists containing this project

README

          

The status of the microbial census (2015)
=======

Insert abstract here

Overview
--------

project
|- README # the top level description of content
|
|- doc/ # documentation for the study
| |- notebook/ # preliminary analyses (dead branches of analysis)
| +- paper/ # manuscript(s), whether generated or not
|
|- data # raw and primary data, are not changed once created
| |- references/ # reference files to be used in analysis
| |- raw/ # raw data, will not be altered
| +- process/ # cleaned data, will not be altered once created
|
|- code/ # any programmatic code
|- results # all output from workflows and analyses
| |- tables/ # text version of tables to be rendered with kable in R
| |- figures/ # graphs, likely designated for manuscript figures
| +- pictures/ # diagrams, images, and other non-graph graphics
|
|- scratch/ # temporary files that can be safely deleted or lost
|
|- study.Rmd # executable Rmarkdown for this study, if applicable
|- study.md # Markdown (GitHub) version of the *Rmd file
|- study.html # HTML version of *.Rmd file
|
+- Makefile # executable Makefile for this study, if applicable