Builds transition matrices for all three Markov Chain algorithms
trans.matrix(input, space)
The output is a list:
Unique elements of the union of all input ranked lists
The transition matrix constructed from the MC1 algorithm
The transition matrix constructed from the MC2 algorithm
The transition matrix constructed from the MC3 algorithm
A list containing individual ranked lists
A list containing the underlying spaces
Shili Lin <shili@stat.osu.edu>
Both input and space are lists of the same length = nList
Lin, S. (2010) Space oriented rank-based data integration. Statistical Applications in Genetics and Molecular Biology 9, Article 20.
MC