sankey_plot | R Documentation |
Plotting the sankey graph.
sankey_plot(predict_result, sample_information_reference, plot = FALSE)
predict_result |
A data frame showing the predicted result from function "scLearn_predict". |
sample_information_reference |
A character vector showing the cell type of each reference sample. The column name of the vector is the sample name. |
plot |
FALSE by default. If TRUE, plot the graph. |
A data frame showing the predicted result after a little modification.
Bin Duan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.