gitter.batch
)
gitter(image.file = file.choose(), plate.format = c(32, 48), remove.noise = F, autorotate = F, inverse = F, verbose = "l", contrast = NULL, fast = NULL, plot = F, grid.save = getwd(), dat.save = getwd(), .is.ref = F, .params = NULL)
FALSE
.FALSE
.FALSE
.NULL
will not apply any contrast. Default is NULL
.NULL
.FALSE
.NULL
if you do not want gridded images saved to disk. Default is the current working directory.NULL
if you do not want resulting data saved to disk. Default is the current working directory.plate.warnings
function
(2) colony-based flags signify warnings associated with individual colonies. These flags can be viewed in the column named flags of #' the data file.
row: |
row number |
col: |
column number |
size: |
quantified colony size |
circularity: |
circularity of the colony |
flags: |
colony-based flags: S - Colony spill or edge interference, C- Low colony circularity |
# Read sample image
f = system.file("extdata", "sample.jpg", package="gitter")
# Process it
dat = gitter(f)
# View head of the results
head(dat)
Run the code above in your browser using DataLab