forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetTissueCoordinates.Rd
38 lines (32 loc) · 998 Bytes
/
GetTissueCoordinates.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generics.R, R/objects.R
\name{GetTissueCoordinates}
\alias{GetTissueCoordinates}
\alias{GetTissueCoordinates.Seurat}
\alias{GetTissueCoordinates.VisiumV1}
\title{Get tissue coordinates}
\usage{
GetTissueCoordinates(object, ...)
\method{GetTissueCoordinates}{Seurat}(object, image = NULL, ...)
\method{GetTissueCoordinates}{VisiumV1}(
object,
scale = "lowres",
cols = c("imagerow", "imagecol"),
...
)
}
\arguments{
\item{object}{An object}
\item{...}{Arguments passed to other methods}
\item{image}{Name of \code{SpatialImage} object to get coordinates for; if
\code{NULL}, will attempt to select an image automatically}
\item{scale}{A factor to scale the coordinates by; choose from: 'tissue',
'fiducial', 'hires', 'lowres', or \code{NULL} for no scaling}
\item{cols}{Columns of tissue coordinates data.frame to pull}
}
\value{
A data.frame with tissue coordinates
}
\description{
Get tissue coordinates
}