import_hgnc_dataset {hgnc}R Documentation

Import HGNC data

Description

import_hgnc_dataset() imports HGNC data into R. Specify a directory path in addition if you wish the save the data to disk.

Usage

import_hgnc_dataset(file = latest_archive_url())

Arguments

file

A file or URL of the complete HGNC data set (in TSV format). Use list_archives() to list previous versions of these data. Pass one of the URLs (column url) to file to import that specific version. By default the value of file is the URL corresponding to the latest version, i.e. the returned value of latest_archive_url().

Value

A tibble of the HGNC data set consisting of 55 columns:

Examples

## Not run: import_hgnc_dataset()


[Package hgnc version 0.3.0 Index]