Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Resolves a chemical identifier (must be string or cell array of strings) into requested
outputs using the online Chemical Identifier Resolver service (https://cactus.nci.nih.gov/chemical/structure).
Can request Names, CAS-numbers, molecular formulae, molecular masses, and other identifiers.
Inputs:
Input: String or cell array of strings of chemical identifiers (Names, CAS-No., etc.)
request: String or cell array of strings with the parameters to include.
Options are:
'names' - Possible names (including trivial)
'cas' - CAS Registry Number
'mw' - Molecular Weight (average)
'formula' - Chemical Formula
'iupac_name' - IUPAC name
'stdinchikey' - Standard InChiKey
'stdinchi' - Standard InChi
'smiles' - SMILES
'uuuuu' - uuuuu Identifier
'image' - GIF image of structure
Example 1:
CAS = '99-85-4';
out = chemtrans(CAS,{'mw','formula'});
Example 2:
compounds = {'Acetone','Isoprene','99-85-4'};
out = chemtrans(compounds,{'mw','formula','cas'});
Cita come
Martin (2026). chemtrans (https://it.mathworks.com/matlabcentral/fileexchange/68343-chemtrans), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0 (1,75 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0 |
