Get annotation headings (name only) based on type and heading criteria.
getPubchemAnnotationHeadings.Rd
Get 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
#> ---
#> 661: Wiley References Compound
#> 662: WormBase ID Gene
#> 663: WormBase ID Protein
#> 664: Xenbase Gene ID Gene
#> 665: 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
#> ---
#> 491: Volatilization from Water/Soil (Complete) Compound
#> 492: WHO Essential Medicines Compound
#> 493: Wikidata Compound
#> 494: Wikipedia Compound
#> 495: 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