Switch to unified view

a b/man/featureVisualization.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/scAI_plotting.R
3
\name{featureVisualization}
4
\alias{featureVisualization}
5
\title{visualize cells on the 2D space with gene expression or chromatian accessibility overlayed}
6
\usage{
7
featureVisualization(object, assay, feature.use, method = "VscAI",
8
  nCol = NULL, xlabel = "VscAI1", ylabel = "VscAI2",
9
  cell.size = 0.3, show.legend = T, show.legend.combined = F,
10
  show.axes = T)
11
}
12
\arguments{
13
\item{object}{scAI object}
14
15
\item{assay}{define an assay to show, e.g., assay = "RNA"}
16
17
\item{feature.use}{a vector of features}
18
19
\item{method}{dimensional reduction method, e.g., VscAI, tsne, umap}
20
21
\item{nCol}{number of columns of the plot}
22
23
\item{xlabel}{label shown on x-axis}
24
25
\item{ylabel}{label shown on y-axis}
26
27
\item{cell.size}{the size of points (cells)}
28
29
\item{show.legend}{whether show individual legend}
30
31
\item{show.legend.combined}{whether just show one legend}
32
33
\item{show.axes}{whether show the axes}
34
}
35
\description{
36
visualize cells on the 2D space with gene expression or chromatian accessibility overlayed
37
}