Skip to content

Commit 90216c2

Browse files
committed
feat: feedback from review; nice image at the end
1 parent 6c1c3b3 commit 90216c2

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ install.packages(c("jsonlite",
113113
"teal",
114114
"riskmetric",
115115
"tidyCDISC",
116-
"mirai"))
116+
"mirai",
117+
"admiralmetabolic"))
117118
```
118119
## How to Use the `blog` Docker Image for Local Development
119120

posts/zzz_DO_NOT_EDIT_data__packages/data__packages.qmd

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Collecting all the data!"
33
author:
44
- name: Ben Straub
5-
description: "Where is all the data? A sordid attempt to continuously compile, collate, consolidate, and curate open Data useful for Clinical Reporting"
5+
description: "Where is all the data? An intermittent attempt to continuously compile, collate, consolidate, and curate publicly available CDISC data useful for Clinical Reporting in R"
66
# Note that the date below will be auto-updated when the post is merged.
77
date: "2025-02-14"
88
# Please do not use any non-default categories.
@@ -28,21 +28,21 @@ The purpose of this blog is to maintain an ongoing list of publicly available da
2828
* those intrepid individuals looking to showcase new documentation, functions, packages and other tools
2929
* those enterprising individuals wanting to learn more about CDISC standards and exploring open-source tools.
3030

31-
The data presented below is just a start and is shown in order of how I found them. Feel free to get in touch with me for additions or clarifications.
31+
The data presented below is just a start and is shown in order of how I found them. Feel free to get in touch with me for additions or clarifications. You can find me on pharmaverse slack by joining [here](https://pharmaverse.slack.com/). In fact, I encourgage, nay implore you, to get in touch as this can't be all the data that we have available to us!
3232

33-
## pharmaversesdtm: SDTM Test Data for the 'Pharmaverse' Family of Packages
33+
## pharmaversesdtm: SDTM Test Data for the Pharmaverse Family of Packages
3434

3535
A set of Study Data Tabulation Model (SDTM) datasets from the Clinical Data Interchange Standards Consortium (CDISC) pilot project used for testing and developing Analysis Data Model (ADaM) datasets inside the pharmaverse family of packages. A CDISC Pilot was conducted somewhere between 2008 and 2010. This is that Pilot data but slowly brought up to current CDISC standards. There are also new datasets in the same style (same `STUDYID`, `USUBJID`s, etc.) added by the {admiral} and the {admiral} extension package teams that provide test data for new domains or specific TAs (ophthalmology, vaccines, etc.).
3636

3737
Most common SDTM datasets can be found as well as some specific disease area SDTMs that are not avaiable in the CDISC pilot datasets.
3838

39-
Available on [CRAN](https://cloud.r-project.org/web/packages/pharmaversesdtm/index.html) and package is actively maintained on [GitHub](https://github.com/pharmaverse/pharmaversesdtm)
39+
Available on [CRAN](https://cloud.r-project.org/web/packages/pharmaversesdtm/index.html). Package is actively maintained on [GitHub](https://github.com/pharmaverse/pharmaversesdtm)
4040

41-
## pharmaverseadam: ADaM Test Data for the 'Pharmaverse' Family of Packages
41+
## pharmaverseadam: ADaM Test Data for the Pharmaverse Family of Packages
4242

4343
A set of Analysis Data Model (ADaM) datasets constructed using the Study Data Tabulation Model (SDTM) datasets contained in the {pharmaversesdtm} package and the template scripts from the {admiral} family of packages.
4444

45-
Available on [CRAN](https://cloud.r-project.org/web/packages/pharmaverseadam/index.html) and package is actively maintained on [GitHub](https://github.com/pharmaverse/pharmaversesdtm)
45+
Available on [CRAN](https://cloud.r-project.org/web/packages/pharmaverseadam/index.html). Package is actively maintained on [GitHub](https://github.com/pharmaverse/pharmaversesdtm)
4646

4747
## admiral: ADaM in R Asset Library
4848

@@ -54,7 +54,9 @@ Available on [CRAN](https://cran.r-project.org/web/packages/admiral/index.html).
5454

5555
## random.cdisc.data: Create Random ADaM Datasets
5656

57-
A set of functions to create random Analysis Data Model (ADaM) datasets and cached datasets. ADaM dataset specifications are described by the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model Team. These datasets are used to power the [TLG Catalog](https://insightsengineering.github.io/tlg-catalog/stable/), though the NEST team is actively substituting them for {pharmaverseadam} datasets instead - see [a recent blog post] about this very effort!
57+
A set of functions to create *random* Analysis Data Model (ADaM) datasets and cached datasets. You can find a list of the possible random CDISC datasets generated [here](https://insightsengineering.github.io/random.cdisc.data/main/index.html). ADaM dataset specifications are described by the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model Team. These datasets are used to power the [TLG Catalog](https://insightsengineering.github.io/tlg-catalog/stable/), though the NEST team is actively substituting them for {pharmaverseadam} datasets instead - see [a recent blog post] about this very effort!
58+
59+
5860

5961
Available on [CRAN](https://cran.r-project.org/web/packages/random.cdisc.data/index.html). The package is actively maintained on [GitHub](https://github.com/insightsengineering/random.cdisc.data) by the NEST team.
6062

@@ -75,6 +77,12 @@ Available on [CRAN](https://cran.r-project.org/web/packages/random.cdisc.data/in
7577

7678
They have a wealth of data generated for documentation, demonstrations and testing. You can find all the datasets and what packages they live in [here](https://insightsengineering.r-universe.dev/datasets).
7779

80+
## Collect all the data!
81+
82+
As you can see the list is short! Let me know if you have sources (big and small) and we can add to this list.
83+
84+
![](data.jpg){fig-align="center" width="220"}
85+
7886
<!--------------- appendices go here ----------------->
7987

8088
```{r, echo=FALSE}

0 commit comments

Comments
 (0)