protein2EnsemblGeneNames {glmSparseNet}R Documentation

Retrieve ensembl gene ids from proteins

Description

Retrieve ensembl gene ids from proteins

Usage

protein2EnsemblGeneNames(ensembl.proteins, use.cache = TRUE, verbose = FALSE)

Arguments

ensembl.proteins

character vector with gene names in ensembl_peptide_id format

use.cache

Boolean indicating if biomaRt cache should be used

verbose

When using biomaRt in webservice mode and setting verbose to TRUE, the XML query to the webservice will be printed.

Value

a dataframe with external gene names, ensembl_peptide_id

Examples

protein2EnsemblGeneNames(c(
    'ENSP00000235382',
    'ENSP00000233944',
    'ENSP00000216911'
))

[Package glmSparseNet version 1.10.0 Index]