Coming soon...
Script to visualize the data of the experiment. Mean values with indicated stardard deviations are plotted in a line chart.
create_line_chart.R -i data_to_plot.txt -o line_chart
The following R packages are required to run the script:
- ggplot2
- reshape
- plyr
A script that creates a taxa summary form a OTU table in classic format, a mapping file and taxonomy file has to be given to the script as well.
create_taxa_summary.R -i otu_table_classic.txt -m mapping_file.txt -t taxonomy.txt -o taxa_summary_plot
The following R packages are required to run the script:
- phyloseq
- ggplot2
The following R packages are required to run the model:
- lme4
- sjPlot