Description Usage Arguments Details Value Examples
This function returns a dataframe with homolog IDs and NA row for the genes with no homologs.
1 2 3 4 5 6 7 8 9 |
input |
vector of IDs |
taxid |
taxonomy ID of the target species – https://www.ncbi.nlm.nih.gov/Taxonomy/Browser |
from_id |
input ID type with default "ENTREZID", other possible: "ENSEMBL", "SYMBOL" |
homologeneFile |
homology table – https://ftp.ncbi.nih.gov/pub/HomoloGene/current/homologene.data |
db_cluster_profiler |
annotation clusterProfiler database for the input organism; necessary only if the input ID is not ENTREZ ID |
from_mart |
input maRt ID type for the input organism: ensembl_gene_id, external_gene_name, entrezgene_id; necessary only if the input ID is not ENTREZ ID |
mart |
annotation maRt for the input organism; necessary only if the input ID is not ENTREZ ID |
This function takes a vector of IDs. If the IDs are not ENTREZ IDs, they are converted to the ENTREZ ID format. Next, the homologs of the IDs are found using the homologeneFile. The IDs which were not coverted and the IDs without homologs are returned.
dataframe with the input IDs(if different from ENTREZ ID), input ENTREZ ID, output ENTREZ ID of the target organism; NAs are not dropped
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.