-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md~
More file actions
13 lines (8 loc) · 1.16 KB
/
README.md~
File metadata and controls
13 lines (8 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
# WolframFunctionRepositoryContribs
List of contributions made to the [Wolfram Function Repository](https://resources.wolframcloud.com/FunctionRepository) All of these are released as [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) and source code can be downloaded from the links below.
## Cheminformatics
* [MoleculeNeutralize](https://resources.wolframcloud.com/FunctionRepository/resources/MoleculeNeutralize): Neutralize the ionic form of a molecule provided as a Molecule, SMILES, or InChI string
* [MACCSKeys](https://resources.wolframcloud.com/FunctionRepository/resources/MACCSKeys): Compute the 166-bit MACCS (Molecular ACCess System) key. Includes some cute visualization options
* [MolecularGraphAutocorrelation](https://resources.wolframcloud.com/FunctionRepository/resources/MolecularGraphAutocorrelation): Compute molecular graph autocorrelation vectors, convolved over atomic properties.
## General
* [MapBatched](https://resources.wolframcloud.com/FunctionRepository/resources/MapBatched): Maps a function to a list or association, inserting an operation between batches (facilitates inserting a Pause between queries to a series of RESTful API calls)