View source: R/gencode_utils.R
make_gencode_gene_id_map | R Documentation |
Creates a GENCODE ID to gene name mapping using a GTF file.
make_gencode_gene_id_map(gtf_file, output_file = NULL)
gtf_file |
A string denoting a GTF file from which to build the mapping. |
output_file |
Optional path and name of file to which to save the mapping table. |
A data frame with each row linking a GENCODE ID to a gene name and HGNC ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.