[413088]: / man / registerSpatialData.Rd

Download this file

35 lines (28 with data), 1.5 kB

 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/registration.R
\name{registerSpatialData}
\alias{registerSpatialData}
\title{registerSpatialData}
\usage{
registerSpatialData(
object_list = NULL,
reference_spatdata = NULL,
query_spatdata = NULL,
keypoints = NULL,
mapping_parameters = list(),
interactive = TRUE,
shiny.options = list(launch.browser = getOption("shiny.launch.browser", interactive()))
)
}
\arguments{
\item{object_list}{a list of VoltRon (or Seurat) objects}
\item{reference_spatdata}{a reference spatial data set, used only if \code{object_list} is \code{NULL}}
\item{query_spatdata}{a query spatial data set, used only if \code{object_list} is \code{NULL}}
\item{keypoints}{(DEPRECATED) a list of tables, each points to matching keypoints from registered images.}
\item{mapping_parameters}{for manual image registration, a list of tables, each points to matching keypoints from registered images, and for automated image registration, a set of mapping parameters}
\item{interactive}{if TRUE, the shiny application for image registration will be triggered, otherwise 'mapping_parameters' or 'keypoints' should be defined.}
\item{shiny.options}{a list of shiny options (launch.browser, host, port etc.) passed \code{options} arguement of \link{shinyApp}. For more information, see \link{runApp}}
}
\description{
A mini shiny app to for registering images and spatial coordinates of multiple consequtive spatial datasets
}