-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
75 lines (73 loc) · 2.5 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
url: https://darwin-eu.github.io/PatientProfiles/
template:
bootstrap: 5
articles:
- title: PatientProfiles
navbar: PatientProfiles
contents:
- demographics
- cohort-intersect
- concept-intersect
- table-intersect
- summarise
reference:
- subtitle: Add individual patient characteristics
desc: Add patient characteristics to a table in the OMOP Common Data Model
- contents:
- addAge
- addSex
- addDateOfBirth
- addPriorObservation
- addFutureObservation
- addInObservation
- subtitle: Add multiple individual patient characteristics
desc: Add a set of patient characteristics to a table in the OMOP Common Data Model
- contents:
- addDemographics
- subtitle: Add death information
desc: Add patient death information to a table in the OMOP Common Data Model
- contents:
- addDeathDate
- addDeathDays
- addDeathFlag
- subtitle: Add a value from a cohort intersection
desc: Add a variable indicating the intersection between a table in the OMOP Common Data Model and a cohort table.
- contents:
- matches("addCohortIntersect*")
- subtitle: Add a value from a concept intersection
desc: Add a variable indicating the intersection between a table in the OMOP Common Data Model and a concept.
- contents:
- matches("addConceptIntersect*")
- subtitle: Add a value from an omop standard table intersection
desc: Add a variable indicating the intersection between a table in the OMOP Common Data Model and a standard omop table.
- contents:
- matches("addTableIntersect*")
- subtitle: Query functions
desc: These functions add the same information than their analogous add* function but, the result is not computed into a table.
- contents:
- contains("Query")
- subtitle: Summarise patient characteristics
desc: Function that allow the user to summarise patient characteristics (characteristics must be added priot the use of the function)
- contents:
- '`summariseResult`'
- subtitle: Suppress counts of a summarised_result object
desc: Function that allow the user to suppress counts and estimates for a certain minCellCount
- contents:
- '`suppress`'
- subtitle: Create a mock database with OMOP CDM format data
desc: Function that allow the user to create new OMOP CDM mock data
- contents:
- contains("mock")
- subtitle: Other functions
desc: Helper functions
- contents:
- addCohortName
- addCdmName
- addCategories
- addObservationPeriodId
- variableTypes
- availableEstimates
- startDateColumn
- endDateColumn
- sourceConceptIdColumn
- standardConceptIdColumn