[413088]: / man / generateCosMxImage.Rd

Download this file

29 lines (24 with data), 740 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{generateCosMxImage}
\alias{generateCosMxImage}
\title{generateCosMxImage}
\usage{
generateCosMxImage(
dir.path,
increase.contrast = TRUE,
output.path = NULL,
verbose = TRUE,
...
)
}
\arguments{
\item{dir.path}{CosMx output folder}
\item{increase.contrast}{increase the contrast of the image before writing}
\item{output.path}{The path to the new morphology image created if the image should be saved to a location other than Xenium output folder.}
\item{verbose}{verbose}
\item{...}{additional parameters passed to the \link{writeImage} function}
}
\description{
Generates a low resolution Morphology image of the CosMx experiment
}