getDetails {gep2pep} | R Documentation |
CondSEA
or PathSEA
outputExtracts the details matrix from CondSEA
or PathSEA
output
getDetails(analysis, collection)
analysis |
The output of either |
collection |
One of the names returned by
|
A matrix including the ranks of each pathway (over rows)
and each condition (over columns) used as input to
CondSEA
or PathSEA
.
CondSEA, PathSEA
db <- loadSamplePWS() repo_path <- file.path(tempdir(), "gep2pepTemp") rp <- createRepository(repo_path, db) geps <- loadSampleGEP() buildPEPs(rp, geps) pgset <- c("(+)_chelidonine", "(+/_)_catechin") psea <- CondSEA(rp, pgset) getDetails(psea, "c3_TFT") unlink(repo_path, TRUE)