swh:1:snp:0da231f3ffdb3226650880f1b61d5d5cdcbd749b
Raw File
Tip revision: 656fc8b562d53e5d0cedda9e09d9dda81e8c00e9 authored by David Collins on 29 February 2024, 13:44:33 UTC
Merge pull request #8550 from satijalab/develop
Tip revision: 656fc8b
LoadCurioSeeker.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocessing.R
\name{LoadCurioSeeker}
\alias{LoadCurioSeeker}
\title{Load Curio Seeker data}
\usage{
LoadCurioSeeker(data.dir, assay = "Spatial")
}
\arguments{
\item{data.dir}{location of data directory that contains the counts matrix,
gene names, barcodes/beads, and barcodes/bead location files.}

\item{assay}{Name of assay to associate spatial data to}
}
\value{
A \code{\link{Seurat}} object
}
\description{
Load Curio Seeker data
}
\concept{preprocessing}
back to top