View source: R/convert_genes.R
create_gene_lookup | R Documentation |
Uses select
to produce a lookup array for converting gene names
If using the default value for db_object
(org.Hs.eg.db
) the values for the inputs
and outputs include any listed in https://www.bioconductor.org/help/course-materials/2014/useR2014/Integration.html,
although the most common will likely be: ENTREZID, ACCNUM, ALIAS, UNIGENE, ENSEMBL, ENSEMBLPROT,
ENSEMBLTRANS, GENENAME, UNIPROT, OMIM, UCSCKG, SYMBOL
create_gene_lookup(
input_values,
input_type,
output_type,
sep = "\t",
db_object = NULL
)
input_values |
Character vecter of names to lookup |
input_type |
String of the input values. See description for common options. |
output_type |
String of the ouput values. See description for common options. |
sep |
String to indicate how gene names should be collapsed. a value of
|
db_object |
AnnotationDb object. If left null it will be set to |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ create_gene_lookup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Named array that can be used to lookup gene values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.