Diff of /man/importGeoMx.Rd [000000] .. [413088]

Switch to unified view

a b/man/importGeoMx.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/import.R
3
\name{importGeoMx}
4
\alias{importGeoMx}
5
\title{importGeoMx}
6
\usage{
7
importGeoMx(
8
  dcc.path,
9
  pkc.file,
10
  summarySegment,
11
  summarySegmentSheetName,
12
  assay_name = "GeoMx",
13
  image = NULL,
14
  segment_polygons = FALSE,
15
  ome.tiff = NULL,
16
  resolution_level = 3,
17
  image_name = "main",
18
  ...
19
)
20
}
21
\arguments{
22
\item{dcc.path}{path to the folder where the dcc files are found}
23
24
\item{pkc.file}{path to the pkc file}
25
26
\item{summarySegment}{the metadata csv (sep = ";") or excel file, if the file is an excel file, \code{summarySegmentSheetName} should be provided as well.}
27
28
\item{summarySegmentSheetName}{the sheet name of the excel file, \code{summarySegment}}
29
30
\item{assay_name}{the assay name, default: GeoMx}
31
32
\item{image}{the reference morphology image of the GeoMx assay}
33
34
\item{segment_polygons}{if TRUE, the ROI polygons are parsed from the OME.TIFF file}
35
36
\item{ome.tiff}{the OME.TIFF file of the GeoMx experiment if exists}
37
38
\item{resolution_level}{the level of resolution within GeoMx OME-TIFF image, Default: 3}
39
40
\item{image_name}{the image name of the Visium assay, Default: main}
41
42
\item{...}{additional parameters passed to \link{formVoltRon}}
43
}
44
\description{
45
Import GeoMx data
46
}