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

Switch to unified view

a b/man/vrViolinPlot.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/visualization.R
3
\name{vrViolinPlot}
4
\alias{vrViolinPlot}
5
\title{vrViolinPlot}
6
\usage{
7
vrViolinPlot(
8
  object,
9
  features = NULL,
10
  assay = NULL,
11
  group.by = "Sample",
12
  norm = TRUE,
13
  pt.size = 0.5,
14
  plot.points = TRUE,
15
  ncol = 2,
16
  nrow = NULL
17
)
18
}
19
\arguments{
20
\item{object}{a VoltRon object}
21
22
\item{features}{a set of features to be visualized, either from \link{vrFeatures} of raw or normalized data or columns of the \link{Metadata}.}
23
24
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
25
if NULL, the default assay will be used, see \link{vrMainAssay}.}
26
27
\item{group.by}{a column of metadata from \link{Metadata} used as grouping label for the spatial entities}
28
29
\item{norm}{if TRUE, the normalized data is used}
30
31
\item{pt.size}{point size}
32
33
\item{plot.points}{if TRUE, measures are visualized as points as well.}
34
35
\item{ncol}{column wise number of plots, for \link{ggarrange}}
36
37
\item{nrow}{row wise number of plots, for \link{ggarrange}}
38
}
39
\description{
40
vrViolinPlot
41
}