getEntity: Retrieves a list of entities (experiments or prototocols) by...

View source: R/api.R

getEntityR Documentation

Retrieves a list of entities (experiments or prototocols) by type

Description

This function retrieves a list of protocols or experiments by code name or label

Usage

getEntity(x, type = c("protocolName", "experimentName", "protocolCodeName",
  "experimentCodeName"))

Arguments

x

entity names or code names of the same type

type

entity type of x (protocolName, protocolCodeName, experimentName or experimentCodeName)

Value

a list of the entities returned from the server

Examples

getEntity("ADME_Human Liver Microsome Stability", "protocolName")
getEntity(c("ADME_Human Liver Microsome Stability","some other protocol name"), "protocolName")
getEntity("PROT-00000001", "protocolCodeName")
getEntity("EXPT-00000001", "experimentCodeName")

mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.