Skip to contents

Genes DISEASES associates with a disease, from one channel

Usage

diseases_channel(
  doid,
  channel = c("Knowledge", "Textmining"),
  limit = 300,
  ...
)

Arguments

doid

A Disease Ontology id, for example "DOID:0060293".

channel

"Knowledge" for curated associations or "Textmining" for mined ones.

limit

Maximum genes to ask for.

...

Passed to biohttp::get_json(), for example throttle.

Value

A biohttp envelope whose data is the tibble described in diseases_parse_channel().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(diseases_channel("DOID:0060293", "Knowledge"))
} # }