[413088]: / man / importGeoMx.Rd

Download this file

47 lines (36 with data), 1.3 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
35
36
37
38
39
40
41
42
43
44
45
46
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importGeoMx}
\alias{importGeoMx}
\title{importGeoMx}
\usage{
importGeoMx(
dcc.path,
pkc.file,
summarySegment,
summarySegmentSheetName,
assay_name = "GeoMx",
image = NULL,
segment_polygons = FALSE,
ome.tiff = NULL,
resolution_level = 3,
image_name = "main",
...
)
}
\arguments{
\item{dcc.path}{path to the folder where the dcc files are found}
\item{pkc.file}{path to the pkc file}
\item{summarySegment}{the metadata csv (sep = ";") or excel file, if the file is an excel file, \code{summarySegmentSheetName} should be provided as well.}
\item{summarySegmentSheetName}{the sheet name of the excel file, \code{summarySegment}}
\item{assay_name}{the assay name, default: GeoMx}
\item{image}{the reference morphology image of the GeoMx assay}
\item{segment_polygons}{if TRUE, the ROI polygons are parsed from the OME.TIFF file}
\item{ome.tiff}{the OME.TIFF file of the GeoMx experiment if exists}
\item{resolution_level}{the level of resolution within GeoMx OME-TIFF image, Default: 3}
\item{image_name}{the image name of the Visium assay, Default: main}
\item{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Import GeoMx data
}