get_annotation_by_aeid {ccdR}R Documentation

Retrieve annotations for AEID

Description

Retrieve annotations for AEID

Usage

get_annotation_by_aeid(
  AEID = NULL,
  API_key = NULL,
  Server = bioactivity_api_server,
  verbose = FALSE
)

Arguments

AEID

The assay endpoint identifier AEID

API_key

The user-specific API key

Server

The root address for the API endpoint

verbose

A logical indicating if some “progress report” should be given.

Value

A data.frame containing the annotated assays corresponding to the input AEID parameter

Examples


# Retrieve annotation for an assay
annotation <- get_annotation_by_aeid(AEID = 159)


[Package ccdR version 1.0.0 Index]