https://github.com/bionf/phyloprofiledata

The PhyloProfileData package provides a collection of datasets to accompany the PhyloProfile package

https://github.com/bionf/phyloprofiledata

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

The PhyloProfileData package provides a collection of datasets to accompany the PhyloProfile package

Basic Info
  • Host: GitHub
  • Owner: BIONF
  • License: other
  • Language: R
  • Default Branch: devel
  • Size: 27.3 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

PhyloProfileData

Bioconductor . license: MIT

The PhyloProfileData package provides a collection of datasets to accompany the R package PhyloProfile pakage (Tran et al. 2018), where they are used to illustrate how to run PhyloProfile and analyse its results. Briefly, it contains the phylogenetic profiles, the fasta sequences and the domain annotations for two experimental data sets, including 1. 147 human proteins in the AMPK-TOR pathway across 83 species, and 2. 1011 BUSCO arthropoda ortholog groups across 88 species in the three domains of life.

Installation

r if (!requireNamespace("BiocManager")) install.packages("BiocManager") BiocManager::install("PhyloProfileData")

Usage

The data are stored in the ExperimentHub of Bioconductor and can be accessed using the following R commands:

```r

Load the data of the PhyloProfileData package

library(ExperimentHub) eh = ExperimentHub() myData <- query(eh, "PhyloProfileData")

View the metadata of this data package

myData ```

``` ExperimentHub with 6 records

snapshotDate(): 2019-05-29

$dataprovider: Applied Bioinformatics Dept., Goethe University Frankfurt

$species: NA

$rdataclass: data.frame, AAStringSet

additional mcols(): taxonomyid, genome, description, coordinate1based,

maintainer, rdatadateadded, preparerclass, tags, rdatapath, sourceurl,

sourcetype

retrieve records with, e.g., 'object[["EH2544"]]'

       title                                                                         

EH2544 | Phylogenetic profiles of human AMPK-TOR pathway
EH2545 | FASTA sequences for proteins in the phylogenetic profiles of human AMPK-TOR... EH2546 | Domain annotations for proteins in the phylogenetic profiles of human AMPK-... EH2547 | Phylogenetic profiles of BUSCO arthropoda proteins
EH2548 | FASTA sequences for proteins in the phylogenetic profiles of BUSCO arthropo... EH2549 | Domain annotations for proteins in the phylogenetic profiles of BUSCO arthr... ```

Each data set contains three files (objects) corresponding for the phylogenetic profiles, the FASTA sequences and the protein domain annotations. A particular data object can be retrieve using its ID, for example:

```r

Retrieve FASTA sequences for proteins in the phylogenetic profiles of the

human AMPK-TOR pathway

ampkTorFasta <- myData[["EH2545"]] ```

For a detailed description of each data set and the belonging data objects please see the vignette PhyloProfileData.

r library(PhyloProfileData) browseVignettes("PhyloProfileData")

Bugs, Comments and Suggests

Any bug reports or comments, suggestionsare highly appreciated. Please open an issue on GitHub or be in touch via email.

Contributors

License

This data package is released under MIT license.

How-To Cite

Ngoc-Vinh Tran, Bastian Greshake Tzovaras, Ingo Ebersberger; PhyloProfile: Dynamic visualization and exploration of multi-layered phylogenetic profiles, Bioinformatics, , bty225, https://doi.org/10.1093/bioinformatics/bty225

or use the citation function in R CMD to have it directly in BibTex or LaTeX format r citation("PhyloProfileData")

Contact

Vinh Tran tran@bio.uni-frankfurt.de

Owner

  • Name: BIONF
  • Login: BIONF
  • Kind: organization

GitHub Events

Total
  • Push event: 1
  • Create event: 1
Last Year
  • Push event: 1
  • Create event: 1

Dependencies

DESCRIPTION cran
  • R >= 4.1.0 depends
  • BiocStyle * imports
  • Biostrings * imports
  • ExperimentHub * imports
  • knitr * suggests
  • markdown * suggests
  • rmarkdown * suggests