https://github.com/satijalab/seurat
Raw File
Tip revision: c54e57d3423b3f711ccd463e14965cc8de86c31b authored by David Collins on 19 March 2024, 12:18:35 UTC
Merge pull request #8638 from satijalab/develop
Tip revision: c54e57d
Read10X_Image.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocessing.R
\name{Read10X_Image}
\alias{Read10X_Image}
\title{Load a 10X Genomics Visium Image}
\usage{
Read10X_Image(image.dir, filter.matrix = TRUE, ...)
}
\arguments{
\item{image.dir}{Path to directory with 10X Genomics visium image data;
should include files \code{tissue_lowres_iamge.png},
\code{scalefactors_json.json} and \code{tissue_positions_list.csv}}

\item{filter.matrix}{Filter spot/feature matrix to only include spots that
have been determined to be over tissue.}

\item{...}{Ignored for now}
}
\value{
A \code{\link{VisiumV1}} object
}
\description{
Load a 10X Genomics Visium Image
}
\seealso{
\code{\link{VisiumV1}} \code{\link{Load10X_Spatial}}
}
\concept{preprocessing}
back to top