-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.qmd
53 lines (48 loc) · 1.8 KB
/
index.qmd
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
---
title: "Build Your Own Universe"
author:
- Garrick Aden-Buie
- Travis Gerke
description: |
Scale high-quality research data provisioning with R packages package.
image: "https://slides.garrickadenbuie.com/build-your-own-universe/social-card.png"
date: '2020-08-28'
slug: build-your-own-universe
tags:
- R
- R Packages
- Workflow
- Education
talk_author: [Garrick Aden-Buie, Travis Gerke]
categories: [ Conference ]
event: "R/Medicine 2020"
event_url: https://events.linuxfoundation.org/r-medicine/
location: Virtual Conference
links:
- icon: file-slides-fill
name: Slides
url: https://slides.garrickadenbuie.com/build-your-own-universe/
- icon: github
name: Code
url: https://github.com/tgerke/build-your-own-universe
- icon: play-btn-fill
name: Video
url: https://youtu.be/lm0QYr1C2Sw
---
```{r echo=FALSE}
options(htmltools.dir.version = TRUE)
xaringanExtra::embed_xaringan(rmarkdown::metadata$links[[1]]$url)
```
## Abstract
> Institutional honest brokers consolidate patient, clinical, and lab data from
> a variety of data sources in order to provide investigators with
> research-ready data sets. High-quality research data provisioning requires
> skilled navigation of heterogeneous software systems and a detailed
> understanding of data structure standards within each source. In this talk we
> discuss how we, as honest brokers at a large cancer center, have created a
> universe of internal R packages that simplify data access, store and present
> metadata, standardize best practices, support reproducibility and
> repeatability, apply branding styles to reports and visualizations, and
> facilitate communication with the research data end user. Our package
> ecosystem simplifies the workflow of honest brokers to scale curation and
> delivery of high-quality research data.