Normally I use Chemspider webservice client (WSDL) with the help of Knime generic web service clients to convert a list of molecule names into a table containing molecular properties (physicochemical prperties,...). Now, Chemspider has suspended its WSDL function and I don't know how to get these data. I've tried using ChemBL, but the Get request function of uploaded workflows don't work. Are there any remaining ways (free)?
How can I get batch physicochemical properties for molecule names?
110 Views Asked by Farbod Shahabi At
1
There are 1 best solutions below
Related Questions in KNIME
- Question using XPath to look for a sibling of a td with a certain name
- Using POST node in KNIME
- Connect knime to clickhouse
- KNIME: How to add numbers on two matching columns
- How do i solve this KNIME error: Java exit code 2
- Using string manipulation node to extract a single string variable
- KNIME Concatenate node with List Files/Folders loop?
- Python pandas: Assign values in column based on predecessor values
- Data preprocessing to both train and test sets?
- the dialog cannot be opened for the following reason: No column in spec compatible to 'DoubleValue'
- Extract Student number
- Class Prediction - Data analytics
- Execute KNIME workflow with python in jupyter lab
- Knime Excel file size issue when saving
- Errors when runing a Python code containing Selenium in KNIME
Related Questions in CHEMISTRY
- Cyclic Voltammetry Simmulation in MATLAB, I am running into issues with my data points returning as NaN values, i am a beginner, any help wanted
- How does orbital ordering in Qiskit Nature work?
- How can I fit data to a Lennard-Jones potential in Gnuplot?
- How to fit data to a Lennard-Jones potential in Gnuplot
- How to make a joint hexagon ternary plot in Python?
- how to create an algorithm for drawing chemical structures into custom tkinter canvas
- GAMESS segmentation fault and ARMCI DASSERT failure
- How to generate and fill a cube with dummy atoms at specified positions?
- How can I combine elements in a list at specific points using recursion?
- Idea for a chart from dataset with 9 variables?
- Could not convert string to float: Python code for a pH meter
- How to use the CalCRDF function of rdkit.Chem.rdMolDescriptors to calculate RDFs of selected atom/atom type?
- How to extract a cartesian file (.xyz format) from a Pymol molecule?
- How to repeatedly rotate a point in GeoGebra
- Calculating tanimoto similarity while using SMILES code
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I myself use pubchempy module for this purpose. It's really easy to handle, and I find it more flexible and easier than chem spider for general use.