|
a |
|
b/man/importCosMx.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/import.R |
|
|
3 |
\name{importCosMx} |
|
|
4 |
\alias{importCosMx} |
|
|
5 |
\title{importCosMx} |
|
|
6 |
\usage{ |
|
|
7 |
importCosMx( |
|
|
8 |
tiledbURI, |
|
|
9 |
assay_name = "CosMx", |
|
|
10 |
image = NULL, |
|
|
11 |
image_name = "main", |
|
|
12 |
ome.tiff = NULL, |
|
|
13 |
import_molecules = FALSE, |
|
|
14 |
verbose = TRUE, |
|
|
15 |
... |
|
|
16 |
) |
|
|
17 |
} |
|
|
18 |
\arguments{ |
|
|
19 |
\item{tiledbURI}{the path to the tiledb folder} |
|
|
20 |
|
|
|
21 |
\item{assay_name}{the assay name, default: CosMx} |
|
|
22 |
|
|
|
23 |
\item{image}{the reference morphology image of the CosMx assay} |
|
|
24 |
|
|
|
25 |
\item{image_name}{the image name of the CosMx assay, Default: main} |
|
|
26 |
|
|
|
27 |
\item{ome.tiff}{the OME.TIFF file of the CosMx experiment if exists} |
|
|
28 |
|
|
|
29 |
\item{import_molecules}{if TRUE, molecule assay will be created along with cell assay.} |
|
|
30 |
|
|
|
31 |
\item{verbose}{verbose} |
|
|
32 |
|
|
|
33 |
\item{...}{additional parameters passed to \link{formVoltRon}} |
|
|
34 |
} |
|
|
35 |
\description{ |
|
|
36 |
Import CosMx data |
|
|
37 |
} |