-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
47 lines (47 loc) · 1.37 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
Type: Package
Package: drawCell
Title: Generation of cell pictures
Version: 1.0.0.9000
Authors@R: c(person(given = "Alvaro", family = "Sanchez-Villalba",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Greg", family = "Yannes",
email = "[email protected]",
role = "aut"),
person(given = "Recle", family = "Vibal",
email = "[email protected]",
role = "aut"))
Description: The package drawCell allows the user the fast generation of cell
images with highlighted subcellular components. It works by
providing as input the taxonomy id of an organism, and one or
multiple SL (Subcellular IDs). It retrieves this data from the
SwissBioPics API. An internet connection is required to use
drawCell.
biocViews: SingleCell, Software, Infrastructure,Visualization
License: GPL-3
Imports:
colourpicker,
DT,
glue,
htmltools,
htmlwidgets,
shiny,
shiny.semantic,
shinyjs,
taxize,
webshot2,
Rcpp,
rclipboard
Suggests:
BiocStyle,
knitr,
readr,
rmarkdown,
testthat,
lintr,
rcmdcheck,
spelling,
shinytest2
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.1