Get annotation headings (name only) based on type and heading criteria.
getPubchemAnnotationHeadings.RdGet annotation headings (name only) based on type and heading criteria.
Examples
getPubchemAnnotationHeadings()
#> Heading Type
#> <char> <char>
#> 1: 11B NMR Spectra Compound
#> 2: 13C NMR Spectra Compound
#> 3: 15N NMR Spectra Compound
#> 4: 17O NMR Spectra Compound
#> 5: 19F NMR Spectra Compound
#> ---
#> 681: Wiley References Compound
#> 682: WormBase ID Gene
#> 683: WormBase ID Protein
#> 684: Xenbase Gene ID Gene
#> 685: ZFIN ID Gene
getPubchemAnnotationHeadings(type = "Compound")
#> Heading Type
#> <char> <char>
#> 1: 11B NMR Spectra Compound
#> 2: 13C NMR Spectra Compound
#> 3: 15N NMR Spectra Compound
#> 4: 17O NMR Spectra Compound
#> 5: 19F NMR Spectra Compound
#> ---
#> 511: Volatilization from Water/Soil (Complete) Compound
#> 512: WHO Essential Medicines Compound
#> 513: Wikidata Compound
#> 514: Wikipedia Compound
#> 515: Wiley References Compound
getPubchemAnnotationHeadings(heading = "ChEMBL*")
#> Heading Type
#> <char> <char>
#> 1: ChEMBL Cell Line ID Cell
#> 2: ChEMBL ID Compound
#> 3: ChEMBL Target ID Protein
getPubchemAnnotationHeadings(type = "Compound", heading = "ChEMBL*")
#> Heading Type
#> <char> <char>
#> 1: ChEMBL ID Compound