| lilikoi.meta_path {lilikoi} | R Documentation | 
Metabolite-pathway regression
Description
Performs single variate linear regression between selected pathways and each of their metabolites. Output the network plot between pathways and metabolties.
Usage
lilikoi.meta_path(
  PDSmatrix,
  selected_Pathways_Weka,
  Metabolite_pathway_table,
  pathway = "Pyruvate Metabolism"
)
Arguments
| PDSmatrix | Pathway deregulation score matrix | 
| selected_Pathways_Weka | Selected top pathways from the featureSelection function | 
| Metabolite_pathway_table | Metabolites mapping table | 
| pathway | interested pathway name | 
Value
A bipartite graph of the relationships between pathways and their corresponding metabolites.
[Package lilikoi version 2.1.1 Index]