Using this function, you can retrieve Orthologs, MSA or Tree topology information of a given PANTHER family.
rba_panther_family(id, what, target_organisms = NULL, ...)
For trees a list and otherwise a data frame with the requested family's information.
Panther family id.
What to retrieve? One of:
"ortholog": Orthologs ('LDO' for least diverged and 'O' for more diverged).
"msa": Multiple Sequence Alignment Information,
"tree": Tree topology and nodes attributes.
(numeric) NCBI taxon ID(s) to filter the results.
run rba_panther_info
with argument 'what = "organisms"' to
get a list of PANTHER's supported organisms.
rbioapi option(s). See rba_options
's
arguments manual for more information on available options.
"GET https://www.pantherdb.org/services/oai/pantherdb/familyortholog"
"GET https://www.pantherdb.org/services/oai/pantherdb/familymsa"
"GET https://www.pantherdb.org/services/oai/pantherdb/treeinfo"
Huaiyu Mi, Dustin Ebert, Anushya Muruganujan, Caitlin Mills, Laurent-Philippe Albou, Tremayne Mushayamaha, Paul D Thomas, PANTHER version 16: a revised family classification, tree-based classification tool, enhancer regions and extensive API, Nucleic Acids Research, Volume 49, Issue D1, 8 January 2021, Pages D394–D403, https://doi.org/10.1093/nar/gkaa1106
Other "PANTHER":
rba_panther_enrich()
,
rba_panther_homolog()
,
rba_panther_info()
,
rba_panther_mapping()
,
rba_panther_ortholog()
,
rba_panther_tree_grafter()
# \donttest{
rba_panther_family("PTHR10000", what = "ortholog")
# }
Run the code above in your browser using DataLab