-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
78 lines (78 loc) · 1.95 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: iSEEu
Type: Package
Title: iSEE Universe
Version: 1.17.1
Date: 2024-10-01
Authors@R:
c(
person("Kevin",
"Rue-Albrecht",
role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID = "0000-0003-3899-3872")),
person("Charlotte",
"Soneson",
role="aut",
email="[email protected]",
comment=c(ORCID = '0000-0003-3833-2169')),
person("Federico",
"Marini",
role="aut",
email="[email protected]",
comment=c(ORCID = '0000-0003-3252-7758')),
person("Aaron",
"Lun",
role="aut",
email="[email protected]",
comment=c(ORCID = '0000-0002-3564-4813')),
person("Michael",
"Stadler",
role="ctb",
email="[email protected]"))
Description: iSEEu (the iSEE universe) contains diverse functionality to extend
the usage of the iSEE package, including additional classes for the panels,
or modes allowing easy configuration of iSEE applications.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
iSEE,
iSEEhex
Imports:
methods,
S4Vectors,
IRanges,
shiny,
SummarizedExperiment,
SingleCellExperiment,
ggplot2 (>= 3.4.0),
DT,
stats,
colourpicker,
shinyAce
Suggests:
scRNAseq,
scater,
scran,
airway,
edgeR,
AnnotationDbi,
org.Hs.eg.db,
GO.db,
KEGGREST,
knitr,
igraph,
rmarkdown,
BiocStyle,
htmltools,
Rtsne,
uwot,
testthat (>= 2.1.0),
covr
URL: https://github.com/iSEE/iSEEu
BugReports: https://github.com/iSEE/iSEEu/issues
biocViews: ImmunoOncology, Visualization, GUI, DimensionReduction,
FeatureExtraction, Clustering, Transcription,
GeneExpression, Transcriptomics, SingleCell, CellBasedAssays
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr