rename_zeiss | R Documentation |
Renaming of Zeiss TIF files exported with Zen Blue according to a microscope infile. See newinfile.df
or newinfile.char
for a description of the infile structure.
rename_zeiss(
sourcefolder,
targetfolder,
infilepath,
numrow,
numcol,
REGEXvalidimages = "^.*?s.*?t.*?\\.tif$",
REGEXscenenum = "^.*/.*_s(.*)t.*\\.tif$",
REGEXtimenum = "^.*/.*_s.*t(.*)\\.tif$",
printMessages = TRUE,
printFiles = TRUE,
printToGUI = FALSE,
move = FALSE
)
sourcefolder |
character, the folder with raw images. |
targetfolder |
character, folder where to place renamed files. A subfolder with the same name as the infile will be created by the function and must not exist previously. |
infilepath |
character, location of the microscope infile |
numrow |
integer, number of rows in the multi well plate |
numcol |
integer, number of columns in the multi well plate |
REGEXvalidimages |
character, regular expression matching all files which should be renamed |
REGEXscenenum |
character, regular expression capturing ( |
REGEXtimenum |
character, regular expression capturing ( |
printMessages |
logical, print messages in the console? |
printFiles |
logical, print file-by-file progress in the console? |
printToGUI |
logical, print messages to the renamer GUI? |
move |
logical, move (rather than copy) raw images? |
Renamed files, metadata and log file
Null
rename_zeiss_gui
for interacting with this function using a GUI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.