-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·36 lines (36 loc) · 962 Bytes
/
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
Package: comoRbidity
Type: Package
Title: Analyze comorbidities from electronic health record data
Version: 1.1.1
Authors@R: c(person( given = "Alba", family = "Gutierrez-Sacristan", email = "[email protected]", role = c("aut", "cre")),
person(given = "Laura I.", family = "Furlong", email = "[email protected]", role = "aut"))
Description: Package to analyze and visualize comorbidities from electronic
health record data.
Depends:
R (>= 3.2.3),
stringr
License: MIT + file LICENSE
LazyData: true
Suggests:
parallel
Imports:
stringr,
igraph,
ggplot2,
plotrix,
plyr,
reshape,
parallel,
gridExtra,
scales,
plotly,
disgenet2r,
RCurl,
d3heatmap,
gtools,
shiny
NeedsCompilation: no
Author: Alba Gutierrez-Sacristan [aut],
Maintainer: Alba Gutierrez-Sacristan <[email protected]>
biocViews: Software, BiomedicalInformatics, Genetics, DataRepresentation
RoxygenNote: 6.1.1