-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
29 lines (29 loc) · 1.29 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
Package: GSEABase
Type: Package
Title: Gene set enrichment data structures and methods
Version: 1.69.0
Authors@R: c(
person("Martin", "Morgan", role = "aut"),
person("Seth", "Falcon", role = "aut"),
person("Robert", "Gentleman", role = "aut"),
person("Paul", "Villafuerte", role = "ctb",
comment = "'GSEABase' vignette translation from Sweave to Rmarkdown / HTML"),
person("Bioconductor Package Maintainer", role = "cre",
email = "[email protected]"
))
Description: This package provides classes and methods to support Gene
Set Enrichment Analysis (GSEA).
License: Artistic-2.0
Depends: R (>= 2.6.0), BiocGenerics (>= 0.13.8), Biobase (>= 2.17.8),
annotate (>= 1.45.3), methods, graph (>= 1.37.2)
Suggests: hgu95av2.db, GO.db, org.Hs.eg.db, Rgraphviz, ReportingTools,
testthat, BiocStyle, knitr, RUnit
Imports: AnnotationDbi, XML
LazyLoad: yes
Collate: utilities.R AAA.R AllClasses.R AllGenerics.R getObjects.R
methods-CollectionType.R methods-ExpressionSet.R
methods-GeneColorSet.R methods-GeneIdentifierType.R
methods-GeneSet.R methods-GeneSetCollection.R
methods-OBOCollection.R
VignetteBuilder: knitr
biocViews: GeneExpression, GeneSetEnrichment, GraphAndNetwork, GO, KEGG