1- # metacore [ ![ ] ( reference/figures/metacore.PNG )] ( https://github.com/atorus-research/metacore )
1+ # metacore [ ![ Metacore Package Hex Sticker ] ( reference/figures/metacore.PNG )] ( https://github.com/atorus-research/metacore )
22
33Programming for clinical trial data analysis tends to be very
44standardized. With data standards such as
@@ -57,9 +57,14 @@ remember. They are as follows:
5757
5858Here is a schema of how all this fits together:
5959
60- ![ ] ( reference/figures/schema-colors.png " man/figures/Metacore Schema ")
60+ ![ Schema diagram showing the relationships between all metacore tables
61+ (variable names not
62+ included)] ( reference/figures/schema-colors.png " man/figures/Metacore Schema ")
6163
62- ### ds_spec ![ ] ( reference/figures/labeled-ds_spec.png )
64+ Schema diagram showing the relationships between all metacore tables
65+ (variable names not included)
66+
67+ ### ds_spec ![ Diagram of ds_spec table structure] ( reference/figures/labeled-ds_spec.png )
6368
6469This table covers the basic information about each dataset. There is
6570only a single row per dataset, with the following information:
@@ -70,7 +75,7 @@ only a single row per dataset, with the following information:
7075
7176- * label* : Dataset label
7277
73- ### ds_vars ![ ] ( reference/figures/labeled-ds_vars.png )
78+ ### ds_vars ![ Diagram of ds_vars table structure ] ( reference/figures/labeled-ds_vars.png )
7479
7580This table contains the information that bridges between purely dataset
7681level and purely variable level. There is one row per dataset per
@@ -99,7 +104,7 @@ variable:
99104- * supp_flag* : Logical to determine if the variable is in the
100105 supplemental datasets
101106
102- ### var_spec ![ ] ( reference/figures/labeled-var_spec.png )
107+ ### var_spec ![ Diagram of var_spec table structure ] ( reference/figures/labeled-var_spec.png )
103108
104109This table contains the purely variable level information. The goal is
105110there is a single row per variable, which is common across all datasets.
@@ -124,7 +129,7 @@ variable column.
124129
125130- * format* : Variable format
126131
127- ### value_spec ![ ] ( reference/figures/labeled-value_spec.png )
132+ ### value_spec ![ Diagram of value_spec table structure ] ( reference/figures/labeled-value_spec.png )
128133
129134This table contains the information the information at the value level.
130135There will be at least one row per dataset/variable combination. There
@@ -152,7 +157,7 @@ are as follows:
152157- * derivation_id* : ID for the derivation to match with the
153158 ** derivation** table
154159
155- ### derivations ![ ] ( reference/figures/labeled-derivation.png )
160+ ### derivations ![ Diagram of derivation table structure ] ( reference/figures/labeled-derivation.png )
156161
157162This table has all the derivation information, with one row per
158163derivation ID and the following information:
@@ -161,7 +166,7 @@ derivation ID and the following information:
161166
162167- * derivation* : Text describing the derivation
163168
164- ### codelist ![ ] ( reference/figures/labeled-code_list.png )
169+ ### codelist ![ Diagram of codelist table structure ] ( reference/figures/labeled-code_list.png )
165170
166171This table contains the code lists, permitted value lists, and external
167172libraries nested within a tibble. There is only a single row per
@@ -178,7 +183,7 @@ list/library, with the following information:
178183- * type* : An indicator of if the information in the code column is a
179184 code/decode table, permitted value, or external library
180185
181- ### supp ![ ] ( reference/figures/labeled-supp.png )
186+ ### supp ![ Diagram of supp table structure ] ( reference/figures/labeled-supp.png )
182187
183188This table contains the information needed to create supplemental
184189tables. If you want to add a variable which will go into a supplemental
@@ -201,7 +206,10 @@ single row per dataset/variable, with the following information:
201206To get more information about the metacore objects and how to build a
202207specification reader, please see our vignettes.
203208
204- ![ ] ( reference/figures/labeled_schema.png " man/figures/Metacore Schema ")
209+ ![ Schema diagram showing the relationships between all metacore
210+ tables] ( reference/figures/labeled_schema.png " man/figures/Metacore Schema ")
211+
212+ Schema diagram showing the relationships between all metacore tables
205213
206214## Future Development
207215
0 commit comments