getPubchemAnnotationHeadings | R Documentation |
Get annotation headings (name only) based on type and heading criteria.
getPubchemAnnotationHeadings(type = "all", heading = NULL)
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. |
A data.table
containing the annotation headings and types.
getPubchemAnnotationHeadings()
getPubchemAnnotationHeadings(type = "Compound")
getPubchemAnnotationHeadings(heading = "ChEMBL*")
getPubchemAnnotationHeadings(type = "Compound", heading = "ChEMBL*")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.