1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/show.R
\name{SpatialExperiment-misc}
\alias{SpatialExperiment-misc}
\alias{show,SpatialExperiment-method}
\title{Miscellaneous SpatialExperiment methods}
\usage{
\S4method{show}{SpatialExperiment}(object)
}
\arguments{
\item{object}{a \code{\link{SpatialExperiment}} object}
}
\value{
Returns NULL
}
\description{
Miscellaneous methods for the \code{\link{SpatialExperiment}} class and its
descendants that do not fit into any other documentation category such as,
for example, show methods.
}
\examples{
example(read10xVisium)
spe
}
\author{
Dario Righelli and Helena L. Crowell
}
|