|
a |
|
b/man/vrScatterPlot.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/visualization.R |
|
|
3 |
\name{vrScatterPlot} |
|
|
4 |
\alias{vrScatterPlot} |
|
|
5 |
\title{vrScatterPlot} |
|
|
6 |
\usage{ |
|
|
7 |
vrScatterPlot( |
|
|
8 |
object, |
|
|
9 |
feature.1, |
|
|
10 |
feature.2, |
|
|
11 |
norm = TRUE, |
|
|
12 |
assay = NULL, |
|
|
13 |
pt.size = 2, |
|
|
14 |
font.size = 2, |
|
|
15 |
group.by = "label", |
|
|
16 |
label = FALSE, |
|
|
17 |
trend = FALSE |
|
|
18 |
) |
|
|
19 |
} |
|
|
20 |
\arguments{ |
|
|
21 |
\item{object}{a VoltRon object} |
|
|
22 |
|
|
|
23 |
\item{feature.1}{first feature} |
|
|
24 |
|
|
|
25 |
\item{feature.2}{second feature} |
|
|
26 |
|
|
|
27 |
\item{norm}{if TRUE, the normalize data will be used} |
|
|
28 |
|
|
|
29 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
30 |
if NULL, the default assay will be used, see \link{vrMainAssay}.} |
|
|
31 |
|
|
|
32 |
\item{pt.size}{point size} |
|
|
33 |
|
|
|
34 |
\item{font.size}{font size} |
|
|
35 |
|
|
|
36 |
\item{group.by}{a column of metadata from \link{Metadata} used as grouping label for the spatial entities} |
|
|
37 |
|
|
|
38 |
\item{label}{whether labels are visualized or not} |
|
|
39 |
|
|
|
40 |
\item{trend}{inserting a trend line two the scatter plot} |
|
|
41 |
} |
|
|
42 |
\description{ |
|
|
43 |
get a scatter plot between two features |
|
|
44 |
} |