Get the compound name from a synonym.
The synonym to get the compound name from.
The compound name from the synonym.
const cmpd = await getCompoundNameFromAlias("2-Acetoxybenzenecarboxylic acid");console.log(cmpd);// Outputs: Aspirin Copy
const cmpd = await getCompoundNameFromAlias("2-Acetoxybenzenecarboxylic acid");console.log(cmpd);// Outputs: Aspirin
Get the compound name from a synonym.