Skip to contents

Resolves the mouse ortholog first, then queries the phenotype core by its MGI accession. See the note in the file header on why the second query cannot be made from the human symbol.

Usage

impc_gene_phenotypes(symbol, ...)

Arguments

symbol

A human gene symbol, for example "NF1".

...

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

Value

A biohttp envelope whose data is a list of mgi, marker_symbol, phenotypes (the tibble from impc_parse_phenotypes()), and source_url.

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(impc_gene_phenotypes("NF1"))$phenotypes
} # }