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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
Changelog
2
2
*********
3
3
4
+
1.15.0 (2022-08-23)
5
+
-------------------
6
+
7
+
* Update :meth:`pname` method to support taxa names that don't have a delimiter such as ASV IDs (e.g. ``1ad289cd8f44e109fd95de0382c5b252``). Basically, the method will simply return the input name as is.
8
+
* Add new argument ``delimiter`` to :meth:`pname` method.
9
+
* Add new method :meth:`group_correlation_heatmap`.
Copy file name to clipboardExpand all lines: README.rst
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,21 @@ and the GitHub repository (https://github.com/sbslee/dokdo). If applicable,
28
28
please also consider citing the following preprint in which Dokdo was first
29
29
described:
30
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.
31
+
- JY Park, H Yoon, S Lee, et al. `Do Different Samples From Pregnant Women and Their Neonates Share the Common Microbiome: A Prospective Cohort Study <https://doi.org/10.21203/rs.3.rs-1062191/v1>`__. Research Square. November 29th, 2021.
35
32
36
33
Below is an incomplete list of publications which have used Dokdo:
37
34
35
+
- `Hsieh et al., 2022 <https://doi.org/10.1038/s41598-022-13289-9>`__ in *Scientific Reports*: Gut microbiome profiles and associated metabolic pathways in patients of adult-onset immunodeficiency with anti-interferon-gamma autoantibodies.
36
+
- `Reinold et al., 2022 <https://www.frontiersin.org/articles/10.3389/fcimb.2022.848650/full>`__ in *Frontiers in Cellular and Infection Microbiology*: The Fungal Gut Microbiome Exhibits Reduced Diversity and Increased Relative Abundance of Ascomycota in Severe COVID-19 Illness and Distinct Interconnected Communities in SARS-CoV-2 Positive Patients.
38
37
- `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
38
- `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
39
- `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.
41
40
41
+
Support Dokdo
42
+
=============
43
+
44
+
If you find my work useful, please consider becoming a `sponsor <https://github.com/sponsors/sbslee>`__.
0 commit comments