-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.18 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
Package: BioImageDbs
Type: Package
Title: Bio- and biomedical imaging dataset for machine learning and deep
learning (for ExperimentHub)
Version: 1.2.2
Encoding: UTF-8
Authors@R: c(
person (given = "Satoshi", family = "Kume",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7481-2843")),
person(given = "Kozo", family = "Nishida",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8501-7319"))
)
Depends: R (>= 4.1.0)
Imports: ExperimentHub,
AnnotationHub,
markdown,
rmarkdown,
EBImage,
magick,
magrittr,
filesstrings,
animation,
einsum
Suggests: knitr,
BiocStyle,
purrr
Description: The package provides a bioimage dataset for
the image analysis using machine learning and deep learning.
The dataset includes microscopy imaging data with supervised labels.
The data is provided as R list data that can be loaded to Keras/tensorflow
in R.
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://kumes.github.io/BioImageDbs/
LazyLoad: yes
biocViews: ExperimentHub, ExperimentData, CellCulture, Tissue
RoxygenNote: 7.1.1