Description Usage Arguments Details Value Author(s) See Also Examples
Highlight segmented objects in an image.
1 |
cal |
An EBImage |
nseg |
An optional EBImage |
cseg |
An optional EBImage |
thick |
A logical indicating whether to use thick borders (useful for print). Default is |
opac |
A numeric of the opacity value for drawing object contours; can be either a single numeric value or a numeric vector containing two opacity values, the first one for nuclei and the second one for cell bodies. Opacity ranges from 0 to 1, with 0 being fully transparent and 1 fully opaque |
col |
A character vector of two R colors for drawing contours of nuclei and cell bodies. By default, nuclei are highlighted in |
border |
A logical indicating whether contours should be closed at borders or not. Default is |
toRGB |
A logical indicating whether Grayscale images should be promoted to Color ones or not. Default is |
Highlights nuclei and cells by drawing contours of their boundaries. The colors, opacity, and border thicknes can be customized via the col
, opacity
, and thick
arguments, repsectively.
An EBImage image containing the annotated image.
Gregoire Pau, gregoire.pau@embl.de, 2010
1 2 | ## see segmentWells for an example of highlightSegmentation
## example(segmentWells)
|
Loading required package: EBImage
Loading required package: cellHTS2
Loading required package: RColorBrewer
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, cbind, colMeans, colSums, colnames, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
setdiff, sort, table, tapply, union, unique, unsplit, which,
which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Attaching package: 'Biobase'
The following object is masked from 'package:EBImage':
channel
Loading required package: genefilter
Loading required package: splots
Loading required package: vsn
Loading required package: hwriter
Loading required package: locfit
locfit 1.5-9.1 2013-03-22
Loading required package: grid
Warning message:
In read.dcf(con) :
URL 'http://bioconductor.org/BiocInstaller.dcf': status was 'Couldn't resolve host name'
Warning message:
system call failed: Cannot allocate memory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.