LRT.Dimplot: get score of Triple relation corresponding specific...

Description Usage Arguments

View source: R/sankey3D.R

Description

get score of Triple relation corresponding specific cellA-cellB

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
LRT.Dimplot(
  object,
  fontSize = 12,
  nodeWidth = 30,
  nodePadding = 5,
  height = NULL,
  width = 1200,
  sinksRight = FALSE,
  DIY.color = FALSE,
  color.DIY = NULL
)

Arguments

object

a Cellwave objects or a dataframe about score of Triple relation corresponding specific cellA-cellB

fontSize

the font size of text.

nodeWidth

the node Width of sankey graph.

nodePadding

the padding of node.

height

the height of graph, default is NULL.

width

the width of graph, default is 1200.

sinksRight

boolean. If TRUE, the last nodes are moved to the right border of the plot.

DIY.color

boolean. If TRUE, set the parameter color.DIY with your color-setting, default is FALSE.

color.DIY

a color dataframe, rownames is cell type, value is color, default is NULL.


shouguog/cellcallEXT documentation built on Jan. 2, 2022, 8:13 p.m.