Description Usage Arguments Value Author(s) Examples
Convert any type of ID to ensembl ids
Convert any type of ID to ensembl ids
1 2 3 4 5 | conversionID(specie_genome = "rnorvegicus_gene_ensembl",
attribute = "efg_agilent_wholegenome_4x44k_v1")
conversionID(specie_genome = "rnorvegicus_gene_ensembl",
attribute = "efg_agilent_wholegenome_4x44k_v1")
|
specie_genome |
The ensembl ID of the genome studied e.g. rnorvegicus_gene_ensembl |
attribute |
The type of ID to convert to ensembl_gene_id and ensembl_transcript_id |
specie_genome |
The ensembl ID of the genome studied e.g. rnorvegicus_gene_ensembl |
attribute |
The type of ID to convert to ensembl_gene_id and ensembl_transcript_id |
A 3 column data.frame: ensembl_gene_id ensembl_transcript_id attribute(id chosen)
A 3 column data.frame: ensembl_gene_id ensembl_transcript_id attribute(id chosen)
Simon J Pelletier
Simon J Pelletier
1 2 3 4 5 6 7 | specie_genome = "hsapiens_gene_ensembl"
attribute <- "affy_hg_u95av2"
externalSymbol <- "hgnc_symbol"
ensemblID <- conversionID(specie_genome,attribute,externalSymbol)
specie_genome = "hsapiens_gene_ensembl"
attribute <- "affy_hg_u95av2"
ensemblID <- conversionTable(specie_genome,attribute)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.