Skip to contents

Fetches the whole published CSV. See the note in the file header on why this is one download rather than a request per gene, and use clingen_validity_for() to narrow the result.

Usage

clingen_gene_validity(...)

Arguments

...

Passed to biohttp::get_text(), for example timeout.

Value

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

Examples

if (FALSE) { # \dontrun{
table <- biohttp::body_or_null(clingen_gene_validity())
clingen_validity_for(table, c("NF1", "TP53"))
} # }