forked from sqjin/CellChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetAnalysis_signalingRole_heatmap.Rd
57 lines (44 loc) · 1.82 KB
/
netAnalysis_signalingRole_heatmap.Rd
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
45
46
47
48
49
50
51
52
53
54
55
56
57
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/analysis.R
\name{netAnalysis_signalingRole_heatmap}
\alias{netAnalysis_signalingRole_heatmap}
\title{Heatmap showing the contribution of signals (signaling pathways or ligand-receptor pairs) to cell groups in terms of outgoing or incoming signaling}
\usage{
netAnalysis_signalingRole_heatmap(
object,
signaling = NULL,
pattern = c("outgoing", "incoming", "all"),
slot.name = "netP",
color.use = NULL,
color.heatmap = "BuGn",
title = NULL,
width = 10,
height = 8,
font.size = 8,
font.size.title = 10,
cluster.rows = FALSE,
cluster.cols = FALSE
)
}
\arguments{
\item{object}{CellChat object}
\item{signaling}{a character vector giving the name of signaling networks}
\item{pattern}{"outgoing", "incoming" or "all". When pattern = "all", it aggregates the outgoing and incoming signaling strength together}
\item{slot.name}{the slot name of object that is used to compute centrality measures of signaling networks}
\item{color.use}{the character vector defining the color of each cell group}
\item{color.heatmap}{a color name in brewer.pal}
\item{title}{title name}
\item{width}{width of heatmap}
\item{height}{height of heatmap}
\item{font.size}{fontsize in heatmap}
\item{font.size.title}{font size of the title}
\item{cluster.rows}{whether cluster rows}
\item{cluster.cols}{whether cluster columns}
}
\value{
}
\description{
In this heatmap, colobar represents the relative signaling strength of a signaling pathway across cell groups (NB: values are row-scaled).
The top colored bar plot shows the total signaling strength of a cell group by summarizing all signaling pathways displayed in the heatmap.
The right grey bar plot shows the total signaling strength of a signaling pathway by summarizing all cell groups displayed in the heatmap.
}