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

View source: R/sankey3D.R

LRT.DimplotR Documentation

get score of Triple relation corresponding specific cellA-cellB

Description

get score of Triple relation corresponding specific cellA-cellB

Usage

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.


ShellyCoder/cellcall documentation built on Oct. 11, 2023, 2:50 p.m.