The class is initialised with an identifier. Chemical information is retrieved from the internet. Additionally, it can be generated using RDKit if RDKit and its python bindings are installed and configured for use with PythonInR.
chent
        
    An R6Class generator object
identifierThe identifier that was used to initiate the object, with attribute 'source'
inchikeyInChI Key, with attribute 'source'
smilesSMILES code, with attribute 'source'
mwMolecular weight, with attribute 'source'
pubchemList of information retreived from PubChem
rdkitList of information obtained with RDKit, if installed and configured for use with PythonInR
svgSVG code
PictureGraph as a picture object obtained using grImport
Pict_font_sizeFont size as extracted from the intermediate PostScript file
pdf_heightHeight of the MediaBox in the pdf after cropping
p0Vapour pressure in Pa
cwsatWater solubility in mg/L
chyamlList of information obtained from a YAML file
soil_degradationDataframe of modelling DT50 values
soil_ffDataframe of formation fractions
soil_sorptionDataframe of soil sorption data
PUFPlant uptake factor
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")#>#>#>#>#> #> #>#> #>#>print(oct)#> <chent> #> Identifier $identifier 1-octanol #> InChI Key $inchikey KBPLFHHGFOOTCA-UHFFFAOYSA-N #> SMILES string $smiles: #> user PubChem_Canonical #> "CCCCCCCCO" "CCCCCCCCO" #> Molecular weight $mw: 130.2 #> PubChem synonyms (up to 10): #> [1] "957" "1-octanol" "Octan-1-ol" "octanol" #> [5] "111-87-5" "N-octanol" "Capryl alcohol" "Octyl alcohol" #> [9] "caprylic alcohol" "n-Octyl alcohol"caffeine <- chent$new("caffeine")#>#>#>#>#> #>#>print(caffeine)#> <chent> #> Identifier $identifier caffeine #> InChI Key $inchikey RYYVLZVUVIJVGH-UHFFFAOYSA-N #> SMILES string $smiles: #> PubChem_Canonical #> "CN1C=NC2=C1C(=O)N(C(=O)N2C)C" #> Molecular weight $mw: 194.2 #> PubChem synonyms (up to 10): #> [1] "2519" "caffeine" #> [3] "58-08-2" "Guaranine" #> [5] "1,3,7-Trimethylxanthine" "Thein" #> [7] "Cafeina" "Methyltheobromine" #> [9] "Koffein" "Mateina"