convert_gene_identifier | R Documentation |
Convert gene identifiers from ident_in to ident_out with AnnotationDbi while taking care of known duplicates and providing aliases. For human org.Hs.eg.db is used, for mouse org.Mm.eg.db.
convert_gene_identifier(
idents,
ident_in = "SYMBOL",
ident_out = c("ENTREZID", "ALIAS", "GENENAME"),
species = c("Hs", "Mm"),
return = c("data.frame", "vector")
)
idents |
character vector of gene indentifiers |
ident_in |
type of identifier provided in idents |
ident_out |
type(s) of identifier(s) to return |
return |
keytypes(org.Hs.eg.db) or colums(org.Hs.eg.db) are: ACCNUM ALIAS ENSEMBL ENSEMBLPROT ENSEMBLTRANS ENTREZID ENZYME EVIDENCE EVIDENCEALL GENENAME GENETYPE GO GOALL IPI MAP OMIM ONTOLOGY ONTOLOGYALL PATH PFAM PMID PROSITE REFSEQ SYMBOL UCSCKG UNIPROT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.