The Earth Microbiome Project (EMP) is collaborative effort to curate and characterise microbial taxonomy and function on Earth.
The aim of this script is to summarise the taxonomic distribution across different sample types, as defined by the EMP. The script summarises phyla by default but can also summarise the sequences at different taxonomy levels. The script uses the 3rd classification level of the EMP Ontology (empo_3
), but this can also be altered.
├── EMP_figures # Plots
│ ├── plot bar-1.png
│ ├── plot heatmanp-1.png
│ ├── plot metacoder-1.png
│ ├── plot violin-1.png
├── EMP_empo_3_Phylum.csv # Taxonomic distribution by sample type table
├── EMP_summary.Rproj # R project setup file
├── LICENCE # Copyright information
├── README.md # Overview of the repo
├── Summarise_EMP_taxa.Rmd # Executable R markdown script
├── Summarise_EMP_taxa.html # HTML output of the RMD file
└── references.bib # Bibtex formatted refereces cited in the RMD file