-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.77 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
Package: iSEEfier
Title: Streamlining the creation of initial states for starting an iSEE instance
Version: 1.3.0
Authors@R:
c(
person(given = "Najla", family = "Abassi", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0001-8357-0938")
),
person(given = "Federico", family = "Marini", role = c("aut"),
email = "[email protected]", comment = c(ORCID = "0000-0003-3252-7758")
)
)
Description:
iSEEfier provides a set of functionality to quickly and intuitively create,
inspect, and combine initial configuration objects.
These can be conveniently passed in a straightforward manner to the function
call to launch iSEE() with the specified configuration.
This package currently works seamlessly with the sets of panels provided by
the iSEE and iSEEu packages, but can be extended to accommodate the usage of
any custom panel (e.g. from iSEEde, iSEEpathways, or any panel developed
independently by the user).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
iSEE,
iSEEu,
methods,
ggplot2,
igraph,
rlang,
stats,
SummarizedExperiment,
SingleCellExperiment,
visNetwork,
BiocBaseUtils
Suggests:
knitr,
rmarkdown,
scater,
scRNAseq,
org.Mm.eg.db,
scuttle,
BiocStyle,
testthat (>= 3.0.0)
biocViews:
CellBasedAssays, Clustering, DimensionReduction, FeatureExtraction, GUI,
GeneExpression, ImmunoOncology, ShinyApps, SingleCell, Software,
Transcription, Transcriptomics, Visualization
URL: https://github.com/NajlaAbassi/iSEEfier
BugReports: https://github.com/NajlaAbassi/iSEEfier/issues
Config/testthat/edition: 3
VignetteBuilder: knitr