Get Similarity Scores Hits of Proteins in Different Species
Using this function, you can retrieve highest Smith-Waterman bit scores among your input proteins and proteins in every other STRING species (e.g. the closest homologous protein of your input protein in other species). Bit Scores serve as similarity scores between protein sequence; And, according to STRING documentations, as a proxy for protein homology.
rba_string_homology_inter(ids, species = NA, species_b = NA, ...)
ids |
Your protein ID(s). It is strongly recommended to provide
STRING IDs. See |
species |
Numeric: NCBI Taxonomy identifier of your input proteins; Human Taxonomy ID is 9606. (Recommended, but optional if your input is less than 100 IDs.) |
species_b |
(optional) Numeric: one or more NCBI Taxonomy identifiers of species to limit the closets homologous proteins search. |
... |
rbioapi option(s). Refer to |
Note that this function will return the highest similarity score hits of
your given protein(s) and their closets homologous proteins in other
species. to retrieve similarity scores of different proteins within the
same species refer to rba_string_homology_intra
.
Similarity matrix is imported -by STRING- from:
Similarity Matrix of
Proteins (SIMAP)
A data frame with Your input proteins and it's closest homologous proteins among all other (or a defined) STRING species.
"POST https://string-db.org/api/[output-format]/homology_best? identifiers=[your_identifiers]"
Szklarczyk D, Gable AL, Lyon D, Junge A, Wyder S, Huerta-Cepas J, Simonovic M, Doncheva NT, Morris JH, Bork P, Jensen LJ, Mering CV. STRING v11: protein-protein association networks with increased coverage, supporting functional discovery in genome-wide experimental datasets. Nucleic Acids Res. 2019 Jan 8;47(D1):D607-D613. doi: 10.1093/nar/gky1131. PMID: 30476243; PMCID: PMC6323986.
rba_string_homology_inter(ids = "p53", species = 9606, species_b = c(6087, 7070)) rba_string_homology_inter(ids = "ENSP00000269305", species = 9606)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.