-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.18 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
Package: HarmonizomeR
Type: Package
Title: provide a fast interface to download and perform functional and gene set enrichment analysis from Hamonizome
Version: 0.1.0
Authors: Marcel Ferreira <[email protected]> [aut, cre] (<https://orcid.org/0000-0002-3445-0945>)
Authors@R: c(
person(given = "Marcel",family = "Ferreira",role = c("aut", "cre"),email = "[email protected]",comment = c(ORCID = "0000-0002-3445-0945")),
person(given = "Willian",family = "Zambuzzi",role = "ctb",email = "[email protected]",comment = c(ORCID = "0000-0002-4149-5965")),
person(given = "Matheus", family = "Amaral", role = "ctb")
)
Maintainer: Marcel Ferreira <[email protected]>
Description: The goal of Harmonizome is to provide a fast interface to download and perform functional and gene set enrichment analysis from the Harmonizome database
License: MIT
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
GSVA
Imports:
dplyr,
tidyr,
tibble,
stringr,
glue,
httr,
jsonlite,
purrr,
fgsea,
GSVA,
clusterProfiler
URL: https://github.com/marceelrf/HarmonizomeR
BugReports: https://github.com/marceelrf/HarmonizomeR/issues
RoxygenNote: 7.2.0