getPubchemAnnotationHeadings: Get annotation headings (name only) based on type and heading...

View source: R/pubchem_view.R

getPubchemAnnotationHeadingsR Documentation

Get annotation headings (name only) based on type and heading criteria.

Description

Get annotation headings (name only) based on type and heading criteria.

Usage

getPubchemAnnotationHeadings(type = "all", heading = NULL)

Arguments

type

The type of annotation headings to retrieve. Options include "Compound", "Gene", "Taxonomy", "Element", "Assay", "Protein", "Cell", "Pathway", or "all" (default).

heading

The specific heading to filter the results by. Defaults to NULL, which retrieves all headings.

Value

A data.table containing the annotation headings and types.

Examples

getPubchemAnnotationHeadings()
getPubchemAnnotationHeadings(type = "Compound")
getPubchemAnnotationHeadings(heading = "ChEMBL*")
getPubchemAnnotationHeadings(type = "Compound", heading = "ChEMBL*")


bhklab/AnnotationGx documentation built on April 3, 2025, 4:27 p.m.