ms.compute (molA, molB, format = 'smiles', standardize = T, explicitH = F, sim.method = 'tanimoto', fp.type = 'extended', fp.mode = 'bit', fp.depth = 6, fp.size = 1024, fpCached = F)
ms.compute.sim.matrix (molA, format = 'smiles', standardize = T, explicitH = F, sim.method = 'tanimoto', fp.type = 'extended', fp.mode = 'bit', fp.depth = 6, fp.size = 1024, clearCache = T)ms.compute.sim.matrix accepts list of molecules as input.'SMILES' (default) or 'MOL'.TRUE (default).TRUE. It is set as FALSE by default.'simple', 'jaccard', 'tanimoto' (default), 'russelrao', 'dice', 'rodgerstanimoto', 'achiai', 'cosine', 'kulczynski2', 'mt', 'baroniurbanibuser', 'tversky', 'robust', 'hamann', 'pearson', 'yule', 'mcconnaughey', 'simpson', 'jaccard-count' and 'tanimoto-count'.'standard', 'extended' (default), 'graph', 'estate', 'hybridization', 'maccs', 'pubchem', 'kr', 'shortestpath', 'signature' and 'circular'.'bit' (default) or 'count'.'pubchem', 'maccs', 'kr' and 'estate' fingerprints.'pubchem', 'maccs', 'kr', 'estate', 'circular' (count mode) and 'signature' fingerprints.FALSE by default.TRUE by default. Cache can also be explicitly cleared by using rs.clearCache.ms.computems.compute.sim.matrixrs.compute functions, for details for fingerprints and similarity matrices.
ms.compute can use fingerprint caching by enabling fpCached option. ms.compute and ms.compute.sim.matrix use same cache as rs.compute and other functions in the package.
rs.compute, rs.clearCache
ms.compute('N', '[H]N([H])[H]', standardize = FALSE)
Run the code above in your browser using DataLab