-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yaml
126 lines (123 loc) · 3.37 KB
/
_pkgdown.yaml
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
template:
params:
bootswatch: paper
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [com, twitter, book, stetho, search, github, lightswitch]
components:
com:
icon: fa fa-bullseye
href: http://gastrodatascience.com
twitter:
icon: fa fa-twitter
href: https://twitter.com/GastroDS
book:
icon: far fa-book
href: http://www.gastroenterologybook.com/
stetho:
icon: fas fa-stethoscope
href: https://www.nhs.uk/profiles/consultant/6029157
reference:
- title: "NLP - Text Cleaning and Extraction:"
desc: "Functions to clean raw text"
contents:
- textPrep
- Extractor
- DictionaryInPlaceReplace
- NegativeRemove
- NegativeRemoveWrapper
- spellCheck
- ColumnCleanUp
- ListLookup
- title: "NLP - Text merging:"
desc: "Functions to help merge datasets"
contents:
- EndoPaste
- Endomerge2
- title: "NLP - Lexicons:"
desc: "Basic lexicons"
contents:
- HistolType
- LocationList
- LocationListUpper
- LocationListUniversal
- LocationListLower
- RFACath
- EventList
- BiopsyIndex
- GISymptomsList
- WordsToNumbers
- title: "Basic Column mutators"
desc: "Basic Column mutators"
contents:
- ExtrapolatefromDictionary
- ListLookup
- EntityPairs_OneSentence
- EntityPairs_TwoSentence
- MyImgLibrary
- title: "Specific Text Cleaning - Endoscopy specific cleaning functions:"
desc: "Functions to help clean endoscopy reports"
contents:
- EndoscEndoscopist
- EndoscInstrument
- EndoscMeds
- EndoscopyEvent
- title: "Specific Text Cleaning - Histology specific cleaning functions:"
desc: "Functions to help clean histology text"
contents:
- HistolNumbOfBx
- HistolBxSize
- HistolTypeAndSite
- title: "Basic Analysis Helper - Grouping by endoscopist"
desc: "Grouping by endoscopist"
contents:
- MetricByEndoscopist
- CategoricalByEndoscopist
- title: "Basic Analysis - Surveillance Functions:"
desc: "Functions to analyse surveillance intervals"
contents:
- SurveilTimeByRow
- SurveilLastTest
- SurveilFirstTest
- TimeToStatus
- HowManyOverTime
- title: "Disease Specific Analysis - Barretts Data"
desc: "Functions for reading and writing Barretts Data."
contents:
- starts_with("Barretts")
- title: "Disease Specific Analysis - Polyp functions:"
desc: "Polyp analysis"
contents:
- GRS_Type_Assess_By_Unit
- title: "Patient Flow functions:"
desc: "Visualise patient flow"
contents:
- SurveySankey
- PatientFlow_CircosPlots
- PatientFlowIndividual
- title: "Data overview:"
desc: "Basic consort diagrams"
contents:
- sanity
- title: "Data Presentation helpers:"
desc: "Functions to help with data visualisation"
contents:
- theme_Publication
- scale_fill_Publication
- scale_colour_Publication
- EndoBasicGraph
- title: internal
desc: "undocumented functions"
contents:
- ColonFinal
- EndoMineR
- Eosinophilics
- IBD_Scores
- Myendo
- Mypath
- PathDataFrameFinal
- PathDataFrameFinalColon
- TheOGDReportFinal
- dev_ExtrapolateOPCS4Prep
- vColon