map_to_entrez | R Documentation |
Map UniProt or Refseq accessions to Entrez IDs
map_to_entrez(
species = "human",
abbr_species = NULL,
from = "UNIPROT",
filename = NULL,
db_path = "~/proteoQ/dbs/entrez",
overwrite = FALSE
)
species |
Character string; the name of a species for the
conveninent preparation of |
abbr_species |
Two-letter character string; the abbreviated name of
species used with
org.Xx.eg.db.
The value of For analysis against
gene
ontology and Molecular
Signatures, the argument is further applied to differentiate the same
biological terms under different species; e.g., |
from |
Character string; the type of accession keys in c("UNIPROT", "REFSEQ", "ACCNUM"). |
filename |
Character string; An output file name. At the |
db_path |
Character string; the local path for database(s). The default
is |
overwrite |
Logical; if TRUE, overwrite the downloaded database(s). The default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.