The PhyloProfileData package contains two experimental datasets to illustrate running and analysing phylogenetic profiles with PhyloProfile pakage (Tran et al. 2018).
library(PhyloProfileData) data(package = "PhyloProfileData")
The phylogenetic profiles of 147 human proteins in the AMPK-TOR pathway across 83 species in the three domains of life were taken from the study of Roustan et al. 2016.
This data set includes 3 files:
data("ampkTorPhyloProfile") head(ampkTorPhyloProfile)
data("ampkTorFasta") head(ampkTorFasta)
data("ampkTorDomain") head(ampkTorDomain)
One fundamental step in establishing the phylogenetic profiles is searching orthologs for the query proteins in different taxa of interest. HaMStR-oneseq, an extended version of HaMStR (Ebersberger et al. 2009), has been shown to be an promising approach for sensitively predicting orthologs even in the distantly related taxa from the query species, which is required for the phylogenetic profiling of a broad range of taxa through all domains of the species tree of life. One main parameter for HaMStR-oneseq is the core ortholog group, the starting point for the orthology search. In order to set up a reliable core ortholog set that can be used for further phylogenetic profiling studies, we made use of the well-known BUSCO datasets (Simão et al. 2015). Here we represent the phylogenetic profiles of 1011 ortholog groups across 88 species, which was calculated from the BUSCO arthropoda dataset downloaded from https://busco.ezlab.org/datasets/arthropoda_odb9.tar.gz in Jan. 2018. The 88 species include 10 arthropoda species (Ladona fulva, Agrilus planipennis, Polypedilum vanderplanki, Daphnia magna, Harpegnathos saltator, Zootermopsis nevadensis, Halyomorpha halys, Heliconius melpomene, Stegodyphus mimosarum, Drosophila willistoni) downloaded from orthoDB version 10 (https://www.orthodb.org) and 78 species of the Quest for Ortholog dataset (Altenhoff et al. 2016).
This dataset includes 3 files:
data("arthropodaPhyloProfile") head(arthropodaPhyloProfile)
data("arthropodaFasta") head(arthropodaFasta)
data("arthropodaDomain") head(arthropodaDomain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.