UMCG Microbiome does simple analyzes and graphs of metagenomical data and bacterial pathway data.
-
BiomTable_class: reading and parsing csv metaphlan
-
Data_chart: pie chart and bar chart of data groups
-
Diversity_class: calculating shannon, simpson and jaccard index from abundance
-
Box_plot: draws a box plot for a set of metaphlan data
-
PathwayTable_class: reading and filtered pathway abundance file
-
Test_script
-
Examples and database folder that can be used to try out the code
For analyzes of metagenomical data BiomTable_class opens Metaphlan files and is used in other scripts. Download this first. To use other scripts download it and get an appropriate example file. PathwayTable_class is only script that does an analyzes of bacterial pathway data.
To test out all scripts, open Test_script, and uncomment testing functions to test out scripts.