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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,19 @@
1
1
Changelog
2
2
*********
3
3
4
+
1.10.0 (2021-07-06)
5
+
-------------------
6
+
7
+
* :issue:`14`, :issue:`17`: Add the ``group_order`` option to the :meth:`taxa_abundance_bar_plot` method.
8
+
* Fix a minor bug in the :meth:`addbiplot` method when feature is 'Unassigned'.
9
+
* Deprecate the :command:`count-reads` command.
10
+
* :issue:`19`: Remove the ``artist_kwargs`` argument from the following methods:
11
+
12
+
- :meth:`ancom_volcano_plot`
13
+
- :meth:`read_quality_plot`
14
+
4
15
1.9.0 (2021-06-07)
5
-
----------------------
16
+
------------------
6
17
7
18
* Add publicly available datasets from QIIME 2 for tutorials.
8
19
* :issue:`14`: Add the ``group`` option to the :meth:`taxa_abundance_bar_plot` method. Using this option will create a bar for each group instead of each sample.
Copy file name to clipboardExpand all lines: docs/qiime2_cli.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ Differential Abundance
489
489
490
490
In QIIME 2, differential abundance of bacteria can be tested using the analysis of composition of microbiomes (ANCOM). After each ANCOM, we can make a volcano plot as shown below:
491
491
492
-
.. image:: images/ancom_volcano_plot.png
492
+
.. image:: images/ancom_volcano_plot_1.png
493
493
494
494
where the x-axis is centered log-ratio (CLR) of relative abundance and the y-axis is the W value which represents the number of rejected null hypotheses. The W value will be explained in more detail below. If you are not familiar with the CLR transformation, it is defined as:
0 commit comments