search_phenotype: Search OMIM

Description Usage Arguments Examples

View source: R/search_phenotype.R

Description

This function returns OMIM phenotypes given a match of a search term in the text meta field of OMIM phenotype entries. Recursive apply (rapply) and grep is used because phenotypeMimNumber is not always present in the same XML structure.

Usage

1
search_phenotype(search_term = "noonan syndrome", show_query = FALSE)

Arguments

show_query

Show API query. Default is FALSE.

series

Search term. Default is "noonan syndrome".

Examples

1
search_phenotype(search_term = 'noonan syndrome')

davetang/romim documentation built on May 11, 2021, 8:01 a.m.