The Workshop materia;ls available to download Figshare
Pavian is an interactive web-based application for exploring and visualizing metagenomics classification results. Built as an R Shiny application, Pavian provides an intuitive interface for analyzing taxonomic profiles.
Key Features:
Pavian accepts:
β
Bracken reports (.report or .txt)
β
MetaPhlAn4 profiles (.txt)
β
Kraken2 reports
For this workshop, youβll use either Bracken OR MetaPhlAn4 profiles.
Open RStudio and run:
# Install remotes if not already installed
if (!require(remotes)) {
install.packages("remotes")
}
# Install Pavian from GitHub
remotes::install_github("fbreitwieser/pavian")
β±οΈ Installation time: 2-3 minutes (only needed once)
# Launch Pavian
pavian::runApp(port=5000)
What happens:
http://localhost:5000
π‘ Tip: If port 5000 is busy, try pavian::runApp(port=5001)
Download the 6 coffee fermentation samples from the server:
Option 1: MetaPhlAn4 profiles
shared-team/users/{your_name}/Session1_profiling/Metaphlan/T0_ERR2231567.unclprofile.txt
shared-team/users/{your_name}/Session1_profiling/Metaphlan/T16_ERR2231569.unclprofile.txt
shared-team/users/{your_name}/Session1_profiling/Metaphlan/T24_ERR2231570.unclprofile.txt
shared-team/users/{your_name}/Session1_profiling/Metaphlan/T36_ERR2231571.unclprofile.txt
shared-team/users/{your_name}/Session1_profiling/Metaphlan/T64_ERR2231572.unclprofile.txt
shared-team/users/{your_name}/Session1_profiling/Metaphlan/T8_ERR2231568.unclprofile.txt
Option 2: Bracken profiles
shared-team/users/{your_name}/Session1_profiling/Bracken/T0_ERR2231567_profiles_bracken_species.txt
shared-team/users/{your_name}/Session1_profiling/Bracken/T16_ERR2231569_profiles_bracken_species.txt
shared-team/users/{your_name}/Session1_profiling/Bracken/T24_ERR2231570_profiles_bracken_species.txt
shared-team/users/{your_name}/Session1_profiling/Bracken/T36_ERR2231571_profiles_bracken_species.txt
shared-team/users/{your_name}/Session1_profiling/Bracken/T64_ERR2231572_profiles_bracken_species.txt
shared-team/users/{your_name}/Session1_profiling/Bracken/T8_ERR2231568_profiles_bracken_species.txt
How to download:
Session1_profiling/Metaphlan/ or Session1_profiling/Bracken/
Key Tabs:
Results Tab:
Sample Tab:
Comparison Tab:
Sample Browser Tab:
β
Upload all 6 profiles (MetaPhlAn4 OR Bracken) to Pavian
β
Samples: ERR2231567 through ERR2231572 (fermentation timepoints)
What percentage of reads are unclassified at the beginning (ERR2231567) vs. end (ERR2231572) of fermentation? What does this pattern suggest? β
What are the 2 most abundant bacterial families at the END of fermentation (ERR2231572)?
How does Lactobacillaceae relative abundance change from beginning (ERR2231567) to end (ERR2231572)?
Which genus dominates throughout fermentation? (Check all 6 samples at genus level)
Find Lactiplantibacillus in later samples (ERR2231571-572). When does it first appear at >1% abundance?
π Pavian GitHub: https://github.com/fbreitwieser/pavian
π Pavian Paper: Breitwieser & Salzberg (2020) Bioinformatics