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"
- Host: GitHub
- URL: https://github.com/schlosslab/schloss_census2_mbio_2016
- Owner: SchlossLab
- License: mit
- Created: 2015-03-03T00:51:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T15:20:46.000Z (about 10 years ago)
- Last Synced: 2023-05-15T12:35:16.719Z (about 3 years ago)
- Topics: reproducible-paper
- Language: TeX
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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