-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.46 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: multiMiR
Title:
Integration of multiple microRNA-target databases with their disease and
drug associations
Version: 1.11.0
Authors@R: c(
person("Yuanbin", "Ru", email = "[email protected]", role = c("aut")),
person("Matt", "Mulvahill", email = "[email protected]", role = c("cre", "aut")),
person("Spencer", "Mahaffey", email = "[email protected]", role = c("aut")),
person("Katerina", "Kechris", email = "[email protected]", role = c("aut", "cph", "ths")))
Description:
A collection of microRNAs/targets from external resources, including
validated microRNA-target databases (miRecords, miRTarBase and TarBase),
predicted microRNA-target databases (DIANA-microT, ElMMo, MicroCosm,
miRanda, miRDB, PicTar, PITA and TargetScan) and microRNA-disease/drug
databases (miR2Disease, Pharmaco-miR VerSe and PhenomiR).
URL: https://github.com/KechrisLab/multiMiR
BugReports: https://github.com/KechrisLab/multiMiR/issues
Depends:
R (>= 3.4)
Imports:
stats,
XML,
RCurl,
purrr (>= 0.2.2),
tibble (>= 1.2),
methods,
BiocGenerics,
AnnotationDbi,
dplyr,
Suggests:
BiocStyle,
edgeR,
knitr,
rmarkdown,
testthat (>= 1.0.2)
VignetteBuilder: knitr
License: MIT + file LICENSE
LazyData: true
NeedsCompilation: no
biocViews: miRNAData, Homo_sapiens_Data, Mus_musculus_Data,
Rattus_norvegicus_Data, OrganismData
RoxygenNote: 6.0.1
Encoding: UTF-8