[413088]: / man / importCosMx.Rd

Download this file

38 lines (30 with data), 847 Bytes

 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importCosMx}
\alias{importCosMx}
\title{importCosMx}
\usage{
importCosMx(
tiledbURI,
assay_name = "CosMx",
image = NULL,
image_name = "main",
ome.tiff = NULL,
import_molecules = FALSE,
verbose = TRUE,
...
)
}
\arguments{
\item{tiledbURI}{the path to the tiledb folder}
\item{assay_name}{the assay name, default: CosMx}
\item{image}{the reference morphology image of the CosMx assay}
\item{image_name}{the image name of the CosMx assay, Default: main}
\item{ome.tiff}{the OME.TIFF file of the CosMx experiment if exists}
\item{import_molecules}{if TRUE, molecule assay will be created along with cell assay.}
\item{verbose}{verbose}
\item{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Import CosMx data
}