map_to_entrez_os_name | R Documentation |
Map uniprot or refseq to entrez (not currently used)
map_to_entrez_os_name(
species = "human",
abbr_species = NULL,
os_name = "Homo sapiens",
from = "UNIPROT",
filename = NULL,
db_path = "~/proteoQ/dbs/entrez",
overwrite = FALSE
)
species |
Character string; the name of a species. |
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., |
os_name |
An organism name by UniProt. |
from |
the type of |
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.