LRT.Dimplot | R Documentation |
get score of Triple relation corresponding specific cellA-cellB
LRT.Dimplot(
object,
fontSize = 12,
nodeWidth = 30,
nodePadding = 5,
height = NULL,
width = 1200,
sinksRight = FALSE,
DIY.color = FALSE,
color.DIY = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.