powered by
Infer the pseudo-temporal ordering between the cell types using the distance from a cell type to the predefined starting cell type.
PlotPseudoTime( S, TrueLabel, startPoint, fontSize = 12, dataName = "", sim = TRUE )
the similarity matrix calculated by SimS() function
the real cell types used to indicate the vertical axis
the posiition of the starting cell in the matrix
the font size of the plot
the name of the data that will be showed in the plot
indicate the input data is simialrity matrix or not
PstudoTime
PseudoTimePlot ggplot object of the pseudo-temporal ordering of cells
# NOT RUN { gfData <- GenesFilter(yan[1:100,1:15]) TrueLabel <- ann$cell_type1[1:15] res_SimS <- SimS(gfData) PlotPseudoTime(res_SimS$S,TrueLabel,startPoint=1) # }
Run the code above in your browser using DataLab