mgi_ids_2_syms: MGI IDs to MGI symbols

Description Usage Format Source

Description

A dataset obtained from Biomart mapping MGI IDs onto MGI symbols

Usage

1

Format

An object of class data.frame with 49928 rows and 2 columns.

Source

The code to prepare the .Rda file file from the marker file is: library("biomaRt") mouse = useMart(host="www.ensembl.org", "ENSEMBL_MART_ENSEMBL", dataset = "mmusculus_gene_ensembl") mgi_ids_2_syms = getBM(attributes=c("mgi_id","mgi_symbol"), mart=mouse) devtools::use_data(mgi_ids_2_syms,overwrite=TRUE)


NathanSkene/Uniprot2mgi documentation built on May 25, 2019, 12:25 p.m.