User 48b145d3f5
08-11-2011 18:40:33
Dear ChemAxon support,
I would like to know if the results from LibMCS - as API - would allow the retrieval of the common scaffold.
My code is:
LibraryMCS mcs =
new LibraryMCS();
..then I add molecules to the mcs object, and after that I set the enumerator
LibraryMCS.ClusterEnumerator mcsEnum = mcs.getClusterEnumerator(
true);
I couldn't find a method to retrive the common scaffold this way. Should I load all the molecules in each cluster back into MCES and run the search for each cluster? What would be the most efficient way?
Thanks,
Francesca