-
Notifications
You must be signed in to change notification settings - Fork 69
/
DESCRIPTION
49 lines (49 loc) · 1.35 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
45
46
47
48
49
Package: fgsea
Title: Fast Gene Set Enrichment Analysis
Version: 1.33.1
Authors@R: c(person("Gennady", "Korotkevich", role = "aut"),
person("Vladimir", "Sukhov", role = "aut"),
person("Nikolay", "Budin", role = "ctb"),
person("Nikita", "Gusak", role = "ctb"),
person("Zieman", "Mark", role = "ctb"),
person("Alexey", "Sergushichev", email = "[email protected]", role = c("aut", "cre")))
Description: The package implements an algorithm for fast gene set enrichment
analysis. Using the fast algorithm allows to make more permutations and get
more fine grained p-values, which allows to use accurate stantard approaches to
multiple hypothesis correction.
biocViews: GeneExpression, DifferentialExpression, GeneSetEnrichment, Pathways
Depends:
R (>= 4.1)
Imports:
Rcpp,
data.table,
BiocParallel,
stats,
ggplot2 (>= 2.2.0),
cowplot,
grid,
fastmatch,
Matrix,
scales,
utils
Suggests:
testthat,
knitr,
rmarkdown,
reactome.db,
AnnotationDbi,
parallel,
org.Mm.eg.db,
limma,
GEOquery,
msigdbr,
aggregation,
Seurat
License: MIT + file LICENCE
LazyData: true
LinkingTo: Rcpp, BH
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/ctlab/fgsea/
BugReports: https://github.com/ctlab/fgsea/issues