powered by
extractDrugShortestPathComplete(molecules, depth = 6, size = 1024, silent = TRUE)
6
1024
TRUE
smi = system.file('vignettedata/FDAMDD.smi', package = 'Rcpi') mol = readMolFromSmi(smi, type = 'mol') fp = extractDrugShortestPathComplete(mol) dim(fp)
Run the code above in your browser using DataLab