MMfunc | R Documentation |
A function is used to group microbes and metabolites in shared functional pathways based on different threshold setting according to functional pathway IIS, microbes IIS and metabolites IIS.
MMfunc(IIS, path_IISthre = 2.5, mm_IISthre = 2)
IIS |
The result returned by IIS() function. |
path_IISthre |
A IIS threshold value to identify the shared pathways. |
mm_IISthre |
A IIS threshold value to identify the microbes/metabolites affiliation with the shared pathways. |
MMfunc_res A list including shared functional pathways.
IIScore <- IIS(microApath = micro.eg, metaApath = metabo.eg, conf = confounder.eg, groupInfo = groupInfo.eg) MMfunc_res <- MMfunc(IIS = IIScore)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.