powered by
Compute the transition matrix starting from a vector of subsequent classifications
comp.trans.mat(SOM, start = 1)
A matrix of pairwise transitions between neurons
a kohonen object on which transitions between neurons will be computed
a vector containing the start frames of each replica (usually contained in trj$start if replicas were merged with cat_trj)
Stefano Motta stefano.motta@unimib.it
#Read example SOM data som_model <- readRDS(system.file("extdata", "SOM_HIFa.rds", package = "SOMMD")) #Compute transition Matrix tr_mat <- comp.trans.mat(som_model, start = 1)
Run the code above in your browser using DataLab