| mappings_gene_to_protein | R Documentation |
POST /mappings/gene-to-protein
mappings_gene_to_protein(
gene_name_list = NULL,
gene_id_list = NULL,
by_gene_id = FALSE,
mode = c("table", "raw")
)
gene_name_list |
List of HGNC symbols of the genes (default) |
gene_id_list |
List of Ensembl gene IDs (when |
by_gene_id |
Search for gene ids (Ensembl gene IDs) instead of gene names (HGNC symbols) |
mode |
If |
Data from POST /mappings/gene-to-protein
# By HGNC symbols
## Not run:
mappings_gene_to_protein(gene_name_list = c("GCH1", "MYOF"))
## End(Not run)
# By Enselbl Ids
## Not run:
mappings_gene_to_protein(gene_id_list = c("ENSG00000162594", "ENSG00000113302"), by_gene_id = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.