Description Usage Arguments Value References Examples
A function that produces a phylogenetic tree based on the Uniprot ID entered by the users.
1 | uniprotToPhy(ID)
|
ID |
A character string that includes the Uniprot IDs separated by "OR" |
Returns a graph of a phylogenetic tree calculated on the Uniprot IDs entered along with its full MSA plot.
Code for retrieving Uniprot data were borrowed from: http://rforbiochemists.blogspot.com/2016/12/drawing-simple-phylogenetic-tree-of.html
Pages, H., Aboyoun, P., Gentleman, R., & DebRoy, S. (2016). Biostrings: String objects representing biological sequences, and matching algorithms. R package version, 2(0), 10-18129.
Paradis, E., Claude, J., & Strimmer, K. (2004). APE: analyses of phylogenetics and evolution in R language. Bioinformatics, 20(2), 289-290.
Yu, G., Smith, D. K., Zhu, H., Guan, Y., & Lam, T. T. Y. (2017). ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. Methods in Ecology and Evolution, 8(1), 28-36.
Charif, D., Lobry, J. R., Necsulea, A., Palmeira, L., Penel, S., Perriere, G., & Penel, M. S. (2020). Package ‘seqinr’.
1 2 3 4 5 6 7 | ## Not run:
# Use the following UniprotID for this
# function: P19838, Q00653, Q01201
uniprotToPhy("AC=P19838 OR AC=Q00653 OR AC=Q01201")
# Access the phylogenetic tree with MSA plot directly.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.