deepblue_get_biosource_related: get_biosource_related

Description Usage Arguments Value See Also Examples

View source: R/deepblue.R

Description

A BioSource refers to a term describing the origin of a given sample, such as a tissue or cell line. These form a hierarchy in which the children of a BioSource term and its synonyms can be fetched with this command. Children terms are more specific terms that are defined in the imported ontologies. Synonyms are different aliases for the same biosource.

Usage

1
2
deepblue_get_biosource_related(biosource = NULL,
  user_key = deepblue_options("user_key"))

Arguments

biosource

- A string (biosource name)

user_key

- A string (users token key)

Value

biosources - A array (related biosources)

See Also

Other Set the relationship between different biosources: deepblue_get_biosource_children, deepblue_get_biosource_parents, deepblue_get_biosource_synonyms

Examples

1
deepblue_get_biosource_related(biosource = "Blood")

MPIIComputationalEpigenetics/DeepBlue-R documentation built on Aug. 11, 2021, 3:18 p.m.