This function extracts the number of links connecting a given cluster to other cluster, the delta median entropy of each cluster (median entropy of a cluster after subtracting the minimum median entropy across all clusters), and the StemID2 score which is the product of both quantities for each cluster.
compscore(object, nn = 1, scthr = 0, show = TRUE)
A list ot three components:
a vector with the number of significant links for each cluster.
a vector with the delta entropy for each cluster.
a vector with the StemID score for each cluster.
Ltree
class object.
Positive integer number. Number of higher order neighbors to be included for the determination of links: indirect connections via n-1
intermittant
neighbors are allowed. Default is 1.
Real number between zero and one. Score threshold for links to be included in the calculation. For scthr=0
all significant links are included. The
maximum score is one.
logical. If TRUE
, then plot heatmap of projections. Default is TRUE
.