-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 919 Bytes
/
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
Type: Package
Package: readCzi
Title: Read CZI image files, convert them to tifs, and save metadata
Version: 0.4.1
Authors@R:
person("Kai", "Budde-Sagert", , "kai.budde-sagert@uni-rostock.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6836-9865"))
Maintainer: Kai Budde-Sagert <kai.budde-sagert@uni-rostock.de>
Description: The package reads (z-stack) CZI microscopy files, edits them,
and stores the results in the tif format. The metadata is also read,
transformed into a tibble, and saved as a CSV file.
License: GPL (>= 3)
URL: https://github.com/SFB-ELAINE/readCzi
BugReports: https://github.com/SFB-ELAINE/readCzi/issues
Depends:
R (>= 4.0.0)
Imports:
BiocManager (>= 1.30.19),
EBImage (>= 4.40.0),
reticulate (>= 1.26),
tibble (>= 3.1.8),
xml2 (>= 1.3.3)
Remotes:
bioc::EBImage
ByteCompile: TRUE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3