reexports | R Documentation |
These are some commonly used getters and setters of classes that SFE inherits so you don't have to separately attach those packages to use these functions.
colData(x, ...)
rowData(x, use.names = TRUE, ...)
colData(x, ...) <- value
spatialCoords(x, ...)
spatialCoords(x) <- value
spatialCoordsNames(x)
getImg(x, ...)
imgData(x)
rmvImg(x, ...)
counts(object, ...)
logcounts(object, ...)
reducedDim(x, type, ...)
x |
A SummarizedExperiment object or derivative. |
... |
For For For other accessors, ignored. |
use.names |
For For |
value |
An object of a class specified in the S4 method signature or as outlined in ‘Details’. |
object |
A |
type |
Name or numeric index to indicate which |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.