-
Notifications
You must be signed in to change notification settings - Fork 55
Add refs to a few open datasets #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Changes from all commits
328fb43
55035a2
9d2715e
8874b29
34edcaa
e3f6b19
878488c
416edd1
6ab9f1f
4fc7f2b
7e84b1e
8180bee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -525,6 +525,21 @@ sequencing data, all processed using the same pipeline and reference | |
| database. For more use examples in R/Bioconductor, see the | ||
| [MicroBioMap vignette](https://blekhmanlab.github.io/MicroBioMap/articles/overview.html). | ||
|
|
||
| ### Integrative human microbiome project | ||
|
|
||
| Datasets from the second phase of the human microbiome project, also known as | ||
| integrative human microbiome project are made available with `r BiocStyle::Biocpkg("HMP2Data")`[@HMP2data]. | ||
| The datasets are offered as `TreeSE` objects. Additional data, *e.g.* cytokines, | ||
| is included when available. | ||
|
|
||
| ### Microbiome benchmark data | ||
|
|
||
| The `r BiocStyle::Biocpkg("MicrobiomeBenchmarkData")` allows access to datasets | ||
| with some groundtruth available[@Gamboa-Tuz2025]. These datasets are compiled for the purpose of | ||
| benchmarking differential abundance methods, but the ground truth may be useful | ||
| for other benchmarking applications. Datasets are offered directily as `TreeSE` | ||
| objects. | ||
|
Comment on lines
+528
to
+541
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add them also here: https://microbiome.github.io/OMA/docs/devel/pages/miaverse.html#sec-sub-diff-abund
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Btw, you could try to make the table more pretty. The idea of that table is to list all packages that have TreeSE support.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let us also avoid duplication i.e. document external data sets in a single place, and cite that section from elsewhere as relevant?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see that these might serve different purposes Table (similar to Sudarshan's list):
Citations in the text
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We discussed it some time ago, whether it would be good idea to move Sudarshan's list to OMA
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes we can do that. I think @microsud has confirmed it. |
||
|
|
||
| ### Other data sources | ||
|
|
||
| The current collections provide access to vast microbiome data | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add space before [@Gamboa-Tuz2025]