processSearchAnnotations: Processes JSON as an annotation

View source: R/processors.R

processSearchAnnotationsR Documentation

Processes JSON as an annotation

Description

Processes JSON as an annotation

Usage

processSearchAnnotations(d)

Arguments

d

The JSON to process

Value

A data table with annotations (annotation search result value objects) matching the given identifiers. A list if raw = TRUE. A 400 error if required parameters are missing.

The fields of the output data.table are:

  • category.name: Category that the annotation belongs to

  • category.URI: URI for the category.name

  • value.name: Annotation term

  • value.URI: URI for the value.name


jsicherman/Gemma-API documentation built on April 16, 2024, 9:26 p.m.