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

https://github.com/applicativesystem/microbiome-annotation

genome annotation analyzer for the microbiome analysis
https://github.com/applicativesystem/microbiome-annotation

bioinformatics genome-analysis microbiome microbiome-analysis microbiome-annotation microbiome-data

Last synced: 7 months ago
JSON representation

genome annotation analyzer for the microbiome analysis

Awesome Lists containing this project

README

        

# metagenomics-abundance-normalize

- A metagenomics abundance normalizer which will take the abundance OTUs file and gives you a normalized ratio for plotting of the species.
- Normally when you plot OTUs, the OTU graph doesnt make sense as there are lot of OTUs and the clumpsy graph.
- This approach, takes a species abundance and then divide it by the total number of the OTUs associates with the species and gives you a number.
- You can plot as many species as you want and the analysis will look better and meaningful.

```
metagenomicsAbundanceNormalizer
("/Users/gauravsablok/Desktop/GitHub/shell_plotter/taxonomy_OTUs", \
"Clostridia", "100")
metagenomicsAbundanceNormalizer
("/Users/gauravsablok/Desktop/GitHub/shell_plotter/taxonomy_OTUs", \
"Porphyromonadaceae", "200")
2536.0
```
Gaurav Sablok \
University of Potsdam \
Potsdam,Germany