Description Usage Arguments Value Examples
View source: R/lilikoi.PDSfun.r
This function allows you to compute Pathway Desregulation Score deriving make sure that you have the below database for the metabolites and pathway list: meta_path.RData
1 | lilikoi.PDSfun(qvec)
|
qvec |
This is the Metabolite_pathway_table from MetaTOpathway function. This table includes the metabolites ids and the its corssponding hmdb ids |
A large matrix of the pathway deregulation scores for each pathway in different samples.
1 2 3 4 5 6 7 | dt <- lilikoi.Loaddata(file=system.file("extdata",
"plasma_breast_cancer.csv", package = "lilikoi"))
Metadata <- dt$Metadata
dataSet <- dt$dataSet
convertResults=lilikoi.MetaTOpathway('name')
Metabolite_pathway_table = convertResults$table
PDSmatrix= lilikoi.PDSfun(Metabolite_pathway_table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.