https://github.com/satijalab/seurat
Raw File
Tip revision: ff03fdf21f1b8fea9ee247d0fd83df5811507027 authored by AustinHartman on 05 December 2022, 22:48:27 UTC
Merge branch 'master' into release/4.3.0
Tip revision: ff03fdf
ReadSlideSeq.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocessing.R
\name{ReadSlideSeq}
\alias{ReadSlideSeq}
\title{Load Slide-seq spatial data}
\usage{
ReadSlideSeq(coord.file, assay = "Spatial")
}
\arguments{
\item{coord.file}{Path to csv file containing bead coordinate positions}

\item{assay}{Name of assay to associate image to}
}
\value{
A \code{\link{SlideSeq}} object
}
\description{
Load Slide-seq spatial data
}
\seealso{
\code{\link{SlideSeq}}
}
\concept{preprocessing}
back to top