WMCSA | R Documentation |
Summarize metabolites concetration in each of identified clusters using the module eigenvalue (eigen-metabolite) for calculating module membership measures.
WMCSA(data,cl)
data |
dataset of different metabolite concentration in differnt samples. |
cl |
The output of the |
This function returns a matrix as output represent similarity score of metabolites within the same module among different samples.
KODAMA.chem.sim
, tree.cutting
data(Metabolites)
SMILES=Metabolites$SMILES
names(SMILES)=Metabolites$name
res=KODAMA.chem.sim(SMILES)
cl=allbranches(res$hclust)
ww=WMCSA(Metabolites$concentration,cl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.