forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoadSTARmap.Rd
42 lines (36 loc) · 1.01 KB
/
LoadSTARmap.Rd
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocessing.R
\name{LoadSTARmap}
\alias{LoadSTARmap}
\title{Load STARmap data}
\usage{
LoadSTARmap(
data.dir,
counts.file = "cell_barcode_count.csv",
gene.file = "genes.csv",
qhull.file = "qhulls.tsv",
centroid.file = "centroids.tsv",
assay = "Spatial",
image = "image"
)
}
\arguments{
\item{data.dir}{location of data directory that contains the counts matrix,
gene name, qhull, and centroid files.}
\item{counts.file}{name of file containing the counts matrix (csv)}
\item{gene.file}{name of file containing the gene names (csv)}
\item{qhull.file}{name of file containing the hull coordinates (tsv)}
\item{centroid.file}{name of file containing the centroid positions (tsv)}
\item{assay}{Name of assay to associate spatial data to}
\item{image}{Name of "image" object storing spatial coordinates}
}
\value{
A \code{\link{Seurat}} object
}
\description{
Load STARmap data
}
\seealso{
\code{\link{STARmap}}
}
\concept{preprocessing}