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: posts/zzz_DO_NOT_EDIT_data__packages/data__packages.qmd
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Collecting all the data!"
3
3
author:
4
4
- 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"
6
6
# Note that the date below will be auto-updated when the post is merged.
7
7
date: "2025-02-14"
8
8
# 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
28
28
* those intrepid individuals looking to showcase new documentation, functions, packages and other tools
29
29
* those enterprising individuals wanting to learn more about CDISC standards and exploring open-source tools.
30
30
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!
32
32
33
-
## pharmaversesdtm: SDTM Test Data for the 'Pharmaverse' Family of Packages
33
+
## pharmaversesdtm: SDTM Test Data for the Pharmaverse Family of Packages
34
34
35
35
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.).
36
36
37
37
Most common SDTM datasets can be found as well as some specific disease area SDTMs that are not avaiable in the CDISC pilot datasets.
38
38
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)
40
40
41
-
## pharmaverseadam: ADaM Test Data for the 'Pharmaverse' Family of Packages
41
+
## pharmaverseadam: ADaM Test Data for the Pharmaverse Family of Packages
42
42
43
43
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.
44
44
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)
46
46
47
47
## admiral: ADaM in R Asset Library
48
48
@@ -54,7 +54,9 @@ Available on [CRAN](https://cran.r-project.org/web/packages/admiral/index.html).
54
54
55
55
## random.cdisc.data: Create Random ADaM Datasets
56
56
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
+
58
60
59
61
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.
60
62
@@ -75,6 +77,12 @@ Available on [CRAN](https://cran.r-project.org/web/packages/random.cdisc.data/in
75
77
76
78
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).
77
79
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
+
{fig-align="center" width="220"}
85
+
78
86
<!--------------- appendices go here ----------------->
0 commit comments