forked from AndrewC160/ROMOPOmics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
Package: ROMOPOmics
Type: Package
Title: ROMOPOmics: incorporating 'Omics Data Into The Observational Medical Outcomes Partnership (OMOP) Data Model
Version: 0.1.0
Authors@R:
c(person("Andrew", "Clugston", email = "[email protected]", role = c("aut", "cre")),
person("Nicholas", "Giangreco", email = "[email protected]", role = c("aut","cph")))
Author: Andrew Clugston [aut, cre]
Nicholas Giangreco [aut]
Maintainer: Andrew Clugston <[email protected]>
Description: ROMOPOmics facilitates adding sequencing-type ('Omics) data into
the OMOP data model, as well as incorporation of that data into an SQLite
database for ease of use with existing healthcare or research data systems.
Users can use ROMOPOmics to define and maintain a database that can be made
readily available to other team members, stream lining the sharing of data
and resources between multiple projects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
DBI,
GEOquery,
RCurl,
RSQLite,
data.table,
dplyr,
stringr,
tibble,
tidyr,
tidyverse,
RTCGA.clinical,
RTCGA.mutations,
magrittr,
kableExtra,
here,
rprojroot,
methods,
testthat,
dbplyr