You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metatranscriptomics heatmap and stacked bar plot visualization
Summary
Visualization codes from the first "speeding up science workshop". This repository contains codes to make heatmap and stacked bar plots for metatranscriptomic function and RNA-based taxonomy summaries. The demonstration shown here is using data from this paper by Michael D. Lee.
Quick Start
Once the is started, user will enter a virtual Rstudio interface.
User can either excute the codes with included samples by clicking on the "function-summary.Rmd" and "taxa-summary.rmd" scripts or upload new data files by clicking the Upload button at the lower right panel.
To save a rendered html output, user can click the knitr button at the upper left panel.
Example Input
1. A count table with either gene or taxonomy profile per sample.
If the user want to normalize the count table, the "raw-to-TPM-conversion.R" script is included in this Binder to perform such task.