sim_maccs: Title

Description Usage Arguments Value Examples

View source: R/similarity_rdkit.R

Description

Title

Usage

1
2
sim_maccs(smiles1, smiles2, labels1 = NA, labels2 = NA,
  data.frame = FALSE)

Arguments

smiles1

atomic character vector containing the SMILES strings

smiles2

atomic character vector containing the SMILES strings

labels1

atomic character vector with compound labels to smiles1

labels2

atomic character vector with compound labels to smiles2

data.frame

if TRUE then the output will be a data.frame otherwise a matrix

Value

similarity matrix as a data frame or matrix

Examples

1
2
3
#You need to set anaconda environment prior to running RDKit code
reticulate::use_condaenv(condaenv = "my-rdkit-env", conda = "/Users/lrichter/miniconda3/bin/conda")
reticulate::use_condaenv(condaenv = "my-rdkit-env", conda = "/Users/lrichter/miniconda3/bin/conda")

LarsRichter82/larspack documentation built on May 29, 2019, 12:03 p.m.