Diff of /man/featureHeatmap.Rd [000000] .. [4a0329]

Switch to unified view

a b/man/featureHeatmap.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/scAI_plotting.R
3
\name{featureHeatmap}
4
\alias{featureHeatmap}
5
\title{generate a heatmap for the expression of differential features across different cell groups}
6
\usage{
7
featureHeatmap(object, assay, feature.use, group.by, color.use = NULL,
8
  use.agg = TRUE, rescaling = TRUE, names.show = TRUE,
9
  size.names = 8)
10
}
11
\arguments{
12
\item{object}{scAI object}
13
14
\item{assay}{define an assay to show, e.g., assay = "RNA"}
15
16
\item{feature.use}{a vector of features to show}
17
18
\item{group.by}{the name of the variable in pData, defining cell groups. cells are grouped together}
19
20
\item{color.use}{colors for the cell clusters}
21
22
\item{use.agg}{whether use aggregated data}
23
24
\item{rescaling}{whether rescale each feature across all the cells}
25
26
\item{names.show}{whether show the feature names}
27
28
\item{size.names}{the font size of the feature names}
29
}
30
\description{
31
generate a heatmap for the expression of differential features across different cell groups
32
}