forked from Thewhey-Brian/ADMerge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.69 KB
/
DESCRIPTION
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
Package: ADMerge
Title: Alzheimer’s Disease Biomarker Collection Package
Version: 0.1.0
Author: Xinyu Guo [aut, cre],
Zheyu Wang [aut, cre],
Chenguang Wang [aut, cre]
Maintainer: Xinyu Guo <[email protected]>
Description: With sharp increases in AD cases, deaths, and costs stressing the health care system and caregivers,
several major AD data sources exist which allow researchers to conduct their research.
For example, the BIOCARD study is a longitudinal, observational study initiated in 1995,
and designed to identify biomarkers associated with progression from cognitively normal to mild cognitive impairment or dementia;
the ADNI study is a multicenter observation study launched in 2004, to collect clinical, imaging,
genetic and biospecimen biomarkers from cohorts of different clinical states at baseline;
the NACC UDS data is a collection of data reflecting the total enrollment since 2005 across 34 AD Centers and includes subjects with a range of cognitive status.
The ADMerge Package provides a function, ad_merge(), that merges data from various AD data sources to create a analysis dataset.
This package establishes AD data standards and data dictionaries that define the formats and organization structures of the AD data across multiple data sources.
R functions are provided for data analysts to integrate data from multiple data sources and create their analysis datasets.
License: GPL (>=3)
Depends:
R (>= 3.5.0)
Imports:
tidyverse,
dplyr,
ggplot2,
readxl,
tidyr
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
SystemRequirements: GNU make
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr