The eDNA Explorer is a visualization application for environmental DNA (eDNA), using the R package shiny, based on counts of Operational Taxonomic Units (OTUs).
As of 2024-09-24, this app is alpha, ie in active
development, at only 367
lines of code (see source app.R).
To run the app locally on your machine, you need to have the following installed:
install.packages('shiny')
.Then you can run the following single line to download and run locally on your machine:
shiny::runGitHub('marinebon/edna-vis', subdir='shiny')
Applying filters in the sidebar, updates the Charts (and eventually Tree) accordingly:
You can slide the filter panel in and out of view with the sidebar toggle button .
The map, plot and table update based on the applied filters. If you choose more than one taxa, then the plot switches from summarizing by site to summarizing by taxa.
The tree view is meant to show the count of OTUs by taxa, but does not yet have the filter applied.
See prep on manipulations to go from original OTU_table_taxa_all.txt to the otu.csv used in this visualization.