-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.15 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
Package: BiocSet
Title: Representing Different Biological Sets
Version: 1.1.2
Authors@R: c(
person("Kayla", "Morrell", email = "[email protected]",
role = c("aut", "cre")),
person("Martin", "Morgan", role = "aut"),
person("Kevin", "Rue-Albrecht", role = "ctb"),
person("Lluís", "Revilla Sancho", role = "ctb"))
Description: BiocSet displays different biological sets in a triple tibble
format. These three tibbles are `element`, `set`, and `elementset`. The
user has the abilty to activate one of these three tibbles to perform common
functions from the dplyr package. Mapping functionality and accessing web
references for elements/sets are also available in BiocSet.
Depends: R (>= 3.6),
dplyr
Imports: methods,
tibble,
utils,
rlang,
plyr,
rtracklayer,
AnnotationDbi,
KEGGREST
Suggests:
GSEABase,
airway,
org.Hs.eg.db,
DESeq2,
limma,
BiocFileCache,
GO.db,
testthat,
knitr,
rmarkdown,
BiocStyle
biocViews: GeneExpression, GO, KEGG, Software
License: Artistic-2.0
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.0.2
VignetteBuilder: knitr