-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 1.53 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: signatureSearch
Title: Environment for Gene Expression Searching Combined with Functional
Enrichment Analysis
Version: 1.15.2
Authors@R: c(person("Yuzhu", "Duan", email = "[email protected]",
role = c("aut")),
person("Brendan", "Gongol", email = "[email protected]",
role = c("cre", "aut")),
person("Thomas", "Girke", email = "[email protected]",
role = "aut"))
Description: This package implements algorithms and data structures for
performing gene expression signature (GES) searches, and
subsequently interpreting the results functionally with
specialized enrichment methods.
Depends: R(>= 4.2.0), Rcpp, SummarizedExperiment, org.Hs.eg.db
Imports: AnnotationDbi, ggplot2, data.table, ExperimentHub, HDF5Array,
magrittr, RSQLite, dplyr, fgsea, scales, methods, qvalue, stats,
utils, reshape2, visNetwork, BiocParallel, fastmatch, reactome.db,
Matrix, clusterProfiler, readr, DOSE, rhdf5, GSEABase, DelayedArray,
BiocGenerics, tibble
Suggests: knitr, testthat, rmarkdown, BiocStyle,
signatureSearchData, DT
License: Artistic-2.0
SystemRequirements: C++11
LinkingTo: Rcpp
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.1
biocViews: Software, GeneExpression, GO, KEGG, NetworkEnrichment,
Sequencing, Coverage, DifferentialExpression
URL: https://github.com/yduan004/signatureSearch/
BugReports: https://github.com/yduan004/signatureSearch/issues
LazyData: false