Significant knockout phenotypes IMPC records for a human gene
Source:R/impc.R
impc_gene_phenotypes.RdResolves 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.
Arguments
- symbol
A human gene symbol, for example
"NF1".- ...
Passed to
biohttp::get_json(), for examplethrottle.
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
} # }