Using this function you can search and retrieve orthologs of given gene(s), and optionally return the corresponding position in the target organisms' protein sequences.
Usage
rba_panther_ortholog(
genes,
organism,
type = "all",
target_organisms = NULL,
seq_pos = NULL,
include_msa = NULL,
...
)Arguments
- genes
Character or numeric vector of gene identifiers with maximum length of 10, or only one if
seq_posis supplied. Can be any of: Ensembl gene ID, Ensembl protein ID, Ensembl transcript ID, Entrez gene ID, gene symbol, NCBI GI, HGNC ID, International protein index ID, NCBI UniGene ID, UniProt accession and/or UniProt ID.- organism
(numeric) NCBI taxon ID of the organism of your supplied genes. run
rba_panther_infowith argument 'what = "organisms"' to get a list of PANTHER's supported organisms.- type
Ortholog types to return. either "all" (default) or "LDO" to only return least diverged orthologs.
- target_organisms
(numeric) NCBI taxon ID(s) to filter the results. run
rba_panther_infowith argument 'what = "organisms"' to get a list of PANTHER's supported organisms.- seq_pos
(Numeric) A position in the protein's sequence of the supplied gene. should be in the range of the protein's length.
- include_msa
(Logical) Only if a sequence position is supplied, should MSA (Multiple Sequence Alignment) information be included in the results?
- ...
rbioapi option(s). See
rba_options's arguments manual for more information on available options.
Corresponding API Resources
"POST https://www.pantherdb.org/services/oai/pantherdb/ortholog/matchortho"
"POST https://www.pantherdb.org/services/oai/pantherdb/ortholog/homologpos"
References
Thomas PD, Ebert D, Muruganujan A, Mushayahama T, Albou L-P, Mi H. (2022) PANTHER: Making genome-scale phylogenetics accessible to all. Protein Science, 31(1), 8–22. https://doi.org/10.1002/pro.4218