plotgraph {RaceID} | R Documentation |
StemID2 Lineage Graph
Description
This function plots a graph of lineage trajectories connecting RaceID3 cluster medoids as inferred by StemID2 to approximate the lineage tree. The plot highlights significant links, where colour indicates the level of significance and width indicates the link score. The node colour reflects the level of transcriptome entropy.
Usage
plotgraph(
object,
showCells = FALSE,
showMap = TRUE,
tp = 0.5,
scthr = 0,
cex = 1
)
Arguments
object |
|
showCells |
logical. If |
showMap |
logical. Tf |
tp |
Real number between zero and one. Level of transparency of the t-SNE map. Deafault is 0.5. See |
scthr |
Real number between zero and one. Score threshold for links to be shown in the graph. For |
cex |
real positive number. Size of data points. Deault is 1. |
Value
None.