[413088]: / man / vrBarPlot.Rd

Download this file

45 lines (35 with data), 1.2 kB

 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visualization.R
\name{vrBarPlot}
\alias{vrBarPlot}
\title{vrBarPlot}
\usage{
vrBarPlot(
object,
features = NULL,
assay = NULL,
x.label = NULL,
group.by = "Sample",
split.by = NULL,
norm = TRUE,
log = FALSE,
ncol = 2,
nrow = NULL
)
}
\arguments{
\item{object}{a VoltRon object}
\item{features}{a set of features to be visualized, either from \link{vrFeatures} of raw or normalized data or columns of the \link{Metadata}.}
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}.
if NULL, the default assay will be used, see \link{vrMainAssay}.}
\item{x.label}{labels of the x axis}
\item{group.by}{a column of metadata from \link{Metadata} used as grouping label for the spatial entities}
\item{split.by}{the column to split the barplots by}
\item{norm}{if TRUE, the normalized data is used}
\item{log}{if TRUE, data features (excluding metadata features) will be log transformed}
\item{ncol}{column wise number of plots, for \link{ggarrange}}
\item{nrow}{row wise number of plots, for \link{ggarrange}}
}
\description{
vrBarPlot
}