makeProteinToGene | R Documentation |
Map protein identifiers to genes
makeProteinToGeneFromEnsembl(
ids,
organism = NULL,
genomeBuild = NULL,
release = NULL
)
ids |
|
organism |
|
genomeBuild |
|
release |
|
ProteinToGene
.
Updated 2023-09-16.
ids <- c("ENSP00000238714", "ENSP00000338157")
object <- makeProteinToGeneFromEnsembl(ids)
print(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.