svm_simMat | R Documentation |
The transition probability from cluster i to j is calculated based on the information used to cluster cells. It is estimated by the misclassification rate from cluster i to j comparing the original labels with the labels predicted by support vector machine with 5-fold cross validation.
svm_simMat(dataframe)
dataframe |
a data frame contains the information used for clustering and the original label of each cell. The original labels should have the column name 'clusterRes'. |
a similarity matrix estimated by 5-fold cross validation support vector machine.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.