Description Usage Arguments Value Examples
Extractor function for the matrices of hypergeometric, diffusion and PageRank methodologies
1 |
data |
FELLA.DATA object |
method |
Character, exactly one of:
|
Matrix for the desired methodology (internal usage)
1 2 3 4 5 6 7 8 9 10 | ## 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
|
The following objects are masked from package:FELLA:
addGOToGraph, buildDataFromGraph, buildGraphFromKEGGREST,
defineCompounds, enrich, exportResults, generateEnzymesTable,
generateResultsGraph, generateResultsTable, getBackground, getCom,
getExcluded, getGraph, getInfo, getInput, getName, getPscores,
is.FELLA.DATA, is.FELLA.USER, launchApp, listApprox,
listCategories, listInternalDatabases, listMethods, loadKEGGdata,
plotGraph, runDiffusion, runHypergeom, runPagerank
[1] 325 2
[1] 1 1
[,1]
[1,] NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.