-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 846 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: toxplate
Type: Package
Title: Create a Plate Layout File to Map Locations to Wells
Version: 0.1.0.9000
Authors@R: person("Gerhard", "Burger", email = "[email protected]", role = c("aut", "cre"))
Description: Creates a plate layout for your experiment based on the top-left
and the bottom-right well and a possible zigzag pattern. These layout files can
be used to match the location (aka 'imageNr') in the image filename to the correct
well in the plate. The resulting plate layout data can be exported and used in
'CellProfiler' instead of putting all images in separate well folders.
License: GPL-3 | file LICENSE
LazyData: TRUE
Imports:
stringr,
gridExtra,
assertthat
URL: https://github.com/burgerga/toxplate
BugReports: https://github.com/burgerga/toxplate/issues
RoxygenNote: 5.0.1
Suggests: testthat