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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Changelog
2
2
*********
3
3
4
+
1.12.0 (2022-02-11)
5
+
-------------------
6
+
7
+
* :issue:`33`: Update the :command:`make-manifest` command to ignore undetermined FASTQ files.
8
+
* :issue:`34`: Update the :meth:`alpha_rarefaction_plot` method to keep 'N/A' values as string instead of NaN.
9
+
* :issue:`35`: Update the methods :meth:`alpha_diversity_plot`, :meth:`beta_2d_plot`, and :meth:`beta_3d_plot` to accept :class:`pandas.DataFrame` in case the input data was not generated from QIIME 2 (e.g. shotgun sequencing).
10
+
* Update the methods :meth:`beta_2d_plot` and :meth:`beta_3d_plot` to print out the proportions explained instead of embedding them in the PCoA plot.
Copy file name to clipboardExpand all lines: README.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,25 @@ Your contributions (e.g. feature ideas, pull requests) are most welcome.
20
20
|Email: sbstevenlee@gmail.com
21
21
|License: MIT License
22
22
23
+
Citation
24
+
========
25
+
26
+
If you use Dokdo in a published analysis, please report the program version
27
+
and the GitHub repository (https://github.com/sbslee/dokdo). If applicable,
28
+
please also consider citing the following preprint in which Dokdo was first
29
+
described:
30
+
31
+
JY Park, H Yoon, S Lee, et al. Do Different Samples From Pregnant Women and
32
+
Their Neonates Share the Common Microbiome: A Prospective Cohort Study.
33
+
November 29th, 2021. Research Square.
34
+
doi: https://doi.org/10.21203/rs.3.rs-1062191/v1.
35
+
36
+
Below is an incomplete list of publications which have used Dokdo:
37
+
38
+
- `Silva de Carvalho et al., 2022 <https://www.sciencedirect.com/science/article/pii/S0889159121006127>`__ in *Brain, Behavior, and Immunity*: Post-ischemic protein restriction induces sustained neuroprotection, neurological recovery, brain remodeling, and gut microbiota rebalancing.
39
+
- `Park et al., 2021 <https://www.nature.com/articles/s41598-021-95789-8>`__ in *Scientific Reports*: Effect of black ginseng and silkworm supplementation on obesity, the transcriptome, and the gut microbiome of diet-induced overweight dogs.
40
+
- `Reinold et al., 2021 <https://www.frontiersin.org/articles/10.3389/fcimb.2021.747816/full>`__ in *Frontiers in Cellular and Infection Microbiology*: A Pro-Inflammatory Gut Microbiome Characterizes SARS-CoV-2 Infected Patients and a Reduction in the Connectivity of an Anti-Inflammatory Bacterial Network Associates With Severe COVID-19.
0 commit comments