|
a |
|
b/man/lmHeatmap.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/scAI_plotting.R |
|
|
3 |
\name{lmHeatmap} |
|
|
4 |
\alias{lmHeatmap} |
|
|
5 |
\title{Visualize the inferred biologically relevant factors |
|
|
6 |
We plot the heatmap of the three learned low-rank matrices using hierarchical clustering.} |
|
|
7 |
\usage{ |
|
|
8 |
lmHeatmap(object, color.by, colors.use = NULL, do.sampling = T) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{object}{scAI object} |
|
|
12 |
|
|
|
13 |
\item{color.by}{the name of the variable in object.pData; defining cell groups (not necessary)} |
|
|
14 |
|
|
|
15 |
\item{colors.use}{defined colors of the cell groups} |
|
|
16 |
|
|
|
17 |
\item{do.sampling}{whether perform sampling of loci when generating heatmap of the loci-factor matrix} |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Visualize the inferred biologically relevant factors |
|
|
21 |
We plot the heatmap of the three learned low-rank matrices using hierarchical clustering. |
|
|
22 |
} |