Skip to content

Commit

Permalink
add breakout session activities
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Mar 30, 2024
1 parent ba251f4 commit 423d053
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions q2-metagenomics/book/80-leiden-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,23 @@ qiime emperor plot \
--o-visualization ./contigs/jaccard-diamond-autofmt-pcoa-contigs.qzv
```

## Breakout Session
Before we begin the final segment of our analysis in this workshop, we're going to break off into two groups for a small interactive exercise! We will assign you to either group A or B, and will go through your respective exercises below.

#### Group A
In this group exercise we will be examining the correlation between our Jaccard distance matrices for reads and contigs. We will not be providing commands for this, so do some poking around in the help text for commands within the diversity plugin to see what might make sense for comparing these two distance matrices. :)

````{dropdown} Hint!
Try running `qiime diversity --help` to view all of the available methods within this plugin. From here, you can run the `--help` command on any of the methods to learn more about their inputs and functionality (i.e. `qiime diversity beta --help`).
````

#### Group B
In this group exercise we will be examining the correlation between our read-based Jaccard distance matrix and a read-based Bray-Curtis distance matrix. Note that you'll need to first generate the Bray-Curtis distance matrix before you can move forward with this comparison. We will not be providing commands for this, so do some poking around in the help text for commands within the diversity plugin to see what might make sense for comparing these two distance matrices. :)

````{dropdown} Hint!
Try running `qiime diversity --help` to view all of the available methods within this plugin. From here, you can run the `--help` command on any of the methods to learn more about their inputs and functionality (i.e. `qiime diversity beta --help`).
````

## MAG-based analysis
````{toggle}
Let's start binning our contigs into MAGs using various tools and methodologies!
Expand Down

0 comments on commit 423d053

Please sign in to comment.