Learn R Programming

TopKLists (version 1.0.2)

trans.matrix: Compute transition matrices

Description

Builds transition matrices for all three Markov Chain algorithms

Usage

trans.matrix(input, space)

Arguments

input
A list containing individual ranked lists
space
A list containing the underlying spaces

Value

  • The output is a list:
  • LUnique elements of the union of all input ranked lists
  • MC1The transition matrix constructed from the MC1 algorithm
  • MC2The transition matrix constructed from the MC2 algorithm
  • MC3The transition matrix constructed from the MC3 algorithm

Details

Both input and space are lists of the same length = nList

References

Lin, S. (2010) Space oriented rank-based data integration. Statistical Applications in Genetics and Molecular Biology 9, Article 20.

See Also

MC