|
a |
|
b/man/importPhenoCycler.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/import.R |
|
|
3 |
\name{importPhenoCycler} |
|
|
4 |
\alias{importPhenoCycler} |
|
|
5 |
\title{importPhenoCycler} |
|
|
6 |
\usage{ |
|
|
7 |
importPhenoCycler( |
|
|
8 |
dir.path, |
|
|
9 |
assay_name = "PhenoCycler", |
|
|
10 |
sample_name = NULL, |
|
|
11 |
image_name = "main", |
|
|
12 |
type = c("inform", "processor", "qupath"), |
|
|
13 |
filter = "DAPI|Blank|Empty", |
|
|
14 |
inform.quant = c("mean", "total", "min", "max", "std"), |
|
|
15 |
verbose = TRUE, |
|
|
16 |
... |
|
|
17 |
) |
|
|
18 |
} |
|
|
19 |
\arguments{ |
|
|
20 |
\item{dir.path}{path to PhenoCycler output folder} |
|
|
21 |
|
|
|
22 |
\item{assay_name}{the assay name of the SR object} |
|
|
23 |
|
|
|
24 |
\item{sample_name}{the name of the sample} |
|
|
25 |
|
|
|
26 |
\item{image_name}{the image name of the Xenium assay, Default: main} |
|
|
27 |
|
|
|
28 |
\item{type}{Specify which type matrix is being provided. |
|
|
29 |
\itemize{ |
|
|
30 |
\item \dQuote{\code{processor}}: matrix generated by CODEX Processor |
|
|
31 |
\item \dQuote{\code{inform}}: matrix generated by inForm |
|
|
32 |
\item \dQuote{\code{qupath}}: matrix generated by QuPath |
|
|
33 |
}} |
|
|
34 |
|
|
|
35 |
\item{filter}{A pattern to filter features by; pass \code{NA} to skip feature filtering} |
|
|
36 |
|
|
|
37 |
\item{inform.quant}{When \code{type} is \dQuote{\code{inform}}, the quantification level to read in} |
|
|
38 |
|
|
|
39 |
\item{verbose}{verbose} |
|
|
40 |
|
|
|
41 |
\item{...}{additional parameters passed to \link{formVoltRon}} |
|
|
42 |
} |
|
|
43 |
\description{ |
|
|
44 |
Importing PhenoCycler data |
|
|
45 |
} |