Description Usage Arguments Details Value Examples
View source: R/mRNAconversion.R
Convert genes identifier nomenclature.
1 | convertNomenclature(ids, org, from, to)
|
ids |
Vector of gene identifiers |
org |
KEGG organism identifier |
from |
Initial identifier type |
to |
A vector of final identifier types |
EntrezGene ID | 'entrezgene' |
Ensembl Gene ID | 'ensembl_gene_id' |
Ensemble Transcript ID | 'ensembl_transcript_id' |
Ensemble Protein ID | 'ensembl_peptide_id' |
HGNC ID | 'hgnc_id' |
HGNC Symbol | 'hgnc_symbol' |
HGNC Transcript name | 'hgnc_transcript_name' |
Refseq mRNA ID | 'refseq_mrna' |
Refseq Protein ID | 'refseq_peptide' |
UniProt/Swissprot Accession | 'uniprot_swissprot_accession' |
UniProt/Swissprot ID | 'uniprot_swissprot' |
UniGene ID | 'unigene' |
UniProt Genename ID | 'uniprot_genename' |
Vector of converted gene identifiers
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.