Usage
impc_parse_ortholog(body)
Arguments
- body
A parsed IMPC gene/select response.
Value
A one-row tibble of mgi and marker_symbol. NULL when the gene
has no IMPC mouse ortholog, which includes a document carrying no usable
accession.
Examples
body <- list(response = list(docs = list(
list(mgi_accession_id = "MGI:97306", marker_symbol = "Nf1")
)))
impc_parse_ortholog(body)
#> # A tibble: 1 × 2
#> mgi marker_symbol
#> <chr> <chr>
#> 1 MGI:97306 Nf1