chemical.dissimilarity | R Documentation |
This function calculates the structural dissimilarity between different metabolites using the simplified molecular-input line-entry system (SMILE) of each metabolite as input.
chemical.dissimilarity (smiles,method="tanimoto",type="extended")
smiles |
A vector of smile notations. |
method |
The method used to calculated the distance between molecular fingerprint ("tanimoto" as default). For more information see |
type |
The type of fingerprint applied to the SMILEs ("extended" as default). For more information see |
A list contains distance between fingerprints .
fp.sim.matrix
, get.fingerprint
,
data(Metabolites)
d=chemical.dissimilarity(Metabolites$SMILES[1:50])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.