[4a0329]: / man / featureVisualization.Rd

Download this file

38 lines (27 with data), 1.1 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_plotting.R
\name{featureVisualization}
\alias{featureVisualization}
\title{visualize cells on the 2D space with gene expression or chromatian accessibility overlayed}
\usage{
featureVisualization(object, assay, feature.use, method = "VscAI",
nCol = NULL, xlabel = "VscAI1", ylabel = "VscAI2",
cell.size = 0.3, show.legend = T, show.legend.combined = F,
show.axes = T)
}
\arguments{
\item{object}{scAI object}
\item{assay}{define an assay to show, e.g., assay = "RNA"}
\item{feature.use}{a vector of features}
\item{method}{dimensional reduction method, e.g., VscAI, tsne, umap}
\item{nCol}{number of columns of the plot}
\item{xlabel}{label shown on x-axis}
\item{ylabel}{label shown on y-axis}
\item{cell.size}{the size of points (cells)}
\item{show.legend}{whether show individual legend}
\item{show.legend.combined}{whether just show one legend}
\item{show.axes}{whether show the axes}
}
\description{
visualize cells on the 2D space with gene expression or chromatian accessibility overlayed
}