-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
141 lines (126 loc) · 3.97 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
url: https://ohdsi.github.io/CohortGenerator/
template:
bootstrap: 5
bslib:
bootswatch: cosmo
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
reference:
- title: "Cohort Generation"
desc: >
Functions that support generating cohorts.
contents:
- runCohortGeneration
- generateCohortSet
- title: "Cohort Tables"
desc: >
Functions that support creating the necessary cohort tables.
contents:
- createCohortTables
- getCohortTableNames
- title: "Cohort Defintion Set"
desc: >
Functions that support working with a cohort definition set
contents:
- saveCohortDefinitionSet
- getCohortDefinitionSet
- createEmptyCohortDefinitionSet
- checkAndFixCohortDefinitionSetDataTypes
- isCohortDefinitionSet
- title: "Cohort Counts"
desc: >
Function for obtaining the counts of subjects and events for one or
more cohorts
contents:
- getCohortCounts
- title: "Cohort Subset Functions"
desc: >
Functions for creating cohort subset definitions and subset operators.
contents:
- addCohortSubsetDefinition
- createCohortSubset
- createCohortSubsetDefinition
- createDemographicSubset
- createLimitSubset
- createSubsetCohortWindow
- getSubsetDefinitions
- saveCohortSubsetDefinition
- title: "Cohort Subset Classes"
desc: >
R6 classes for cohort subset definitions and subset operators.
contents:
- CohortSubsetDefinition
- CohortSubsetOperator
- DemographicSubsetOperator
- LimitSubsetOperator
- SubsetCohortWindow
- SubsetOperator
- title: "Cohort Statistics"
desc: >
Functions for inserting inclusion rule names from a cohort definition,
exporting the cohort statistics to the file system and a helper function
for dropping those tables when they are no longer needed. These functions
assume you are using [Circe](https://github.com/OHDSI/circe-be) for
inclusion rules and cohort statistics.
contents:
- getCohortStats
- getCohortInclusionRules
- insertInclusionRuleNames
- exportCohortStatsTables
- dropCohortStatsTables
- title: "Negative Control Outcomes"
desc: >
Functions for creating negative control outcome cohorts for use in
population-level estimation.
contents:
- createEmptyNegativeControlOutcomeCohortSet
- generateNegativeControlOutcomeCohorts
- title: "Result Model Management"
desc: >
Functions for managing the results of running Cohort Generator via
`runCohortGeneration`
contents:
- createResultsDataModel
- getDataMigrator
- getResultsDataModelSpecifications
- migrateDataModel
- uploadResults
- title: "CSV File Helpers"
desc: >
Functions for reading and writing CSV files to ensure adherance to
the HADES standard when interfacing between R and SQL/File System:
https://ohdsi.github.io/Hades/codeStyle.html#Interfacing_between_R_and_SQL
contents:
- readCsv
- writeCsv
- isCamelCase
- isSnakeCase
- isFormattedForDatabaseUpload
- title: "Record Keeping"
desc: >
Functions that support record keeping of tasks performed.
CohortGenerator uses these functions when running in incremental
mode to only generate cohorts when their definition has changed from
a previous run.
contents:
- getRequiredTasks
- recordTasksDone
- isTaskRequired
- saveIncremental
- computeChecksum
- title: "Cohort Sampling"
desc: >
Functions that support sampling a cohort. Please note this is only for
software development purposes and NOT for running studies.
contents:
- sampleCohortDefinitionSet
navbar:
bg: dark
structure:
right: [hades, github]
components:
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades