containsTissueOutline | R Documentation |
Tests if the object contains tissue outline
as identified by identifyTissueOutline()
.
containsTissueOutline(object, ...)
## S4 method for signature 'SPATA2'
containsTissueOutline(
object,
method = NULL,
img_name = activeImage(object),
error = FALSE
)
## S4 method for signature 'SpatialData'
containsTissueOutline(
object,
method = NULL,
img_name = activeImage(object),
error = FALSE
)
## S4 method for signature 'HistoImage'
containsTissueOutline(object, img_name = activeImage(object), error = FALSE)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
img_name |
Character value. The name of the image of interest.
If |
error |
Logical. If |
Logical value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.