dot-convert_id_to_structure_pubchem: Get an InChI value from an InChIKey via Pubchem

Description Usage Arguments Value

Description

Uses the PubChem PUG REST API, this service does not require an API key. I think it will always provide a standard InChI?

Usage

1
2
3
4
5
.convert_id_to_structure_pubchem(
  input_id,
  id_type = c("name", "inchikey"),
  output_type = c("InChI", "InChIKey", "CanonicalSMILES", "IsomericSMILES")
)

Arguments

inchikey

An InChIKey.

Value

character, InChI.


nf-osi/dtexbuilder documentation built on Dec. 22, 2021, 1:15 a.m.