deepblue_get_biosource_children {DeepBlueR}R Documentation

get_biosource_children

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 children of a BioSource term can be fetched with this command. Children terms are more specific terms that are defined in the imported ontologies.

Usage

deepblue_get_biosource_children(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_parents, deepblue_get_biosource_related, deepblue_get_biosource_synonyms

Examples

deepblue_get_biosource_children(biosource = "Blood")


[Package DeepBlueR version 1.14.0 Index]