getMatrix {FELLA} | R Documentation |
Extractor function for the matrices of hypergeometric, diffusion and PageRank methodologies
getMatrix(data, method)
data |
FELLA.DATA object |
method |
Character, exactly one of:
|
Matrix for the desired methodology (internal usage)
## This function is internal attach(environment(FELLA:::getMatrix)) data(FELLA.sample) # When a matrix is loaded: x <- getMatrix(FELLA.sample, "hypergeom") dim(x) # When it is not: y <- getMatrix(FELLA.sample, "diffusion") dim(y) y