convert_from_ensembl_mus: For M. musculus, converts ensembl IDs to entrez IDs, symbol...

View source: R/fct_go.R

convert_from_ensembl_musR Documentation

For M. musculus, converts ensembl IDs to entrez IDs, symbol or name

Description

For M. musculus, converts ensembl IDs to entrez IDs, symbol or name

Usage

convert_from_ensembl_mus(ids, to = "entrez")

Arguments

ids

genes to convert, ensembl

to

value in c("entrez", "symbol", "name")

Value

named vector

Examples

if(require("org.Mm.eg.db")){
genes <- c("ENSMUSG00000000001", "ENSMUSG00000000049")
convert_from_ensembl_mus(genes)
convert_from_ensembl_mus(genes, to = "symbol")
convert_from_ensembl_mus(genes, to = "name")
}

OceaneCsn/DIANE documentation built on Jan. 10, 2024, 6:43 p.m.