All Projects → BIONF → PhyloProfile

BIONF / PhyloProfile

Licence: MIT license
A phylogenetic profile analysis tool

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to PhyloProfile

echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (+104.17%)
Mutual labels:  shiny, heatmap
Aisvms vis
AIS visualization from an interactive R and Shiny based web app using Material Design from Google.
Stars: ✭ 8 (-66.67%)
Mutual labels:  shiny, heatmap
prettifyAddins
RStudio addins to prettify JavaScript/HTML/CSS/Markdown/C++ and more.
Stars: ✭ 18 (-25%)
Mutual labels:  shiny
teach-shiny
Materials for the Shiny Train the Trainer workshop
Stars: ✭ 38 (+58.33%)
Mutual labels:  shiny
shinyTime
A timeInput widget for Shiny
Stars: ✭ 23 (-4.17%)
Mutual labels:  shiny
shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (-25%)
Mutual labels:  shiny
reactjs-calendar-heatmap
React component for d3.js calendar heatmap graph
Stars: ✭ 128 (+433.33%)
Mutual labels:  heatmap
WinFormsCT
☢️ The one and only computer tomographer for Windows Forms user interfaces
Stars: ✭ 41 (+70.83%)
Mutual labels:  interactive-visualizations
python-data-viz-workshop
A workshop on data visualization in Python with notebooks and exercises for following along.
Stars: ✭ 136 (+466.67%)
Mutual labels:  interactive-visualizations
morpheus.js
JavaScript matrix visualization and analysis
Stars: ✭ 51 (+112.5%)
Mutual labels:  heatmap
rover
Interactive Terraform visualization. State and configuration explorer.
Stars: ✭ 2,039 (+8395.83%)
Mutual labels:  interactive-visualizations
shiny-scrollytell
📜 Scrollytelling in R, because its easier than D3™
Stars: ✭ 41 (+70.83%)
Mutual labels:  shiny
visual-heatmap
Open source javascript module for high performance, large scale heatmap rendering.
Stars: ✭ 21 (-12.5%)
Mutual labels:  heatmap
simple-d3-heatmap
A javascript module to create heatmap calendars
Stars: ✭ 24 (+0%)
Mutual labels:  heatmap
shinyEvents
Use shiny with event handlers instead of reactivity
Stars: ✭ 36 (+50%)
Mutual labels:  shiny
shinyFilters
Cascading filter modules for Shiny
Stars: ✭ 13 (-45.83%)
Mutual labels:  shiny
shinyURL
🔗 Save and restore the state of Shiny app's widgets by encoding them in an URL query string
Stars: ✭ 82 (+241.67%)
Mutual labels:  shiny
shinyCircos
an R/shiny application for creation of Circos plot interactively
Stars: ✭ 127 (+429.17%)
Mutual labels:  shiny
Corona-Tracker-Bot
Discord bot for coronavirus (COVID-19) , With Ai [Machine learning algorithms] integrated into it
Stars: ✭ 26 (+8.33%)
Mutual labels:  interactive-visualizations
arkit-depth-renderer
Displays the depth values received by the front-facing camera.
Stars: ✭ 48 (+100%)
Mutual labels:  heatmap

PhyloProfile

Bioconductor install with bioconda published in: Bioinformatics presented at: GCB2018 poster at: SMBE2019 BioC status

Click here for the full PDF version of the BOSC2017 poster

PhyloProfile is an R package that comes together with a Shiny-based tool for integrating, visualizing and exploring multi-layered phylogenetic profiles.

Alongside the presence/absence patterns of orthologs across large taxon collections, PhyloProfile allows the integration of any two additional information layers. These complementary data, like sequence similarity between orthologs, similarities in their domain architecture, or differences in functional annotations enable a more informed interpretation of phylogenetic profiles.

By utilizing the NCBI taxonomy, PhyloProfile can dynamically collapse taxa into higher systematic groups. This enables rapidly changing the resolution from the comparative analyses of proteins in individual species to that of entire kingdoms or even domains without changes to the input data.

PhyloProfile furthermore allows for a dynamic filtering of profiles – taking the taxonomic distribution and the additional information layers into account. This, along with functions to estimate the age of genes and core gene sets facilitates the exploration and analysis of large phylogenetic profiles.

Take a look at the functionality of PhyloProfile and explore the installation-free online version to learn more.

Table of Contents

Installation & Usage

PhyloProfile requires the latest version of R (check for required R version here). Please install or update R on your computer before continue.

Then start R to install and use PhyloProfile.

Using BiocManager

PhyloProfile is available at Bioconductor (require Bioc version ≥ 3.14). To install PhyloProfile, start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("PhyloProfile")

To install the development version of PhyloProfile, please use the devel version of Bioconductor:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(version='devel')
BiocManager::install("PhyloProfile")

or install the dev version of PhyloProfile from our github repository using devtools.

Using devtools

The dev version of PhyloProfile can be installed from this github repository using devtools:

if (!requireNamespace("devtools"))
    install.packages("devtools")
devtools::install_github("BIONF/PhyloProfile", INSTALL_opts = c('--no-lock'), build_vignettes = TRUE)

Using Conda

PhyloProfile can also be installed within a conda environment. First, add bioconda to the list of your conda channels:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

then install PhyloProfile using the standard conda install command:

conda install bioconductor-phyloprofile

This installation step can take a while regardless of the method used, as all necessary dependencies will be downloaded and installed automatically. (Note: Depending on your system this sometimes fails, please check the console log for error messages concerning the dependency installation)

Start PhyloProfile's Shiny app

From the R terminal, enter:

library(PhyloProfile)
runPhyloProfile()

Check your web browser, PhyloProfile will be displayed there ;-) For the first time running, the tool will download a pre-caculated taxonomy data. Please be patient until you see a message for uploading input files.

Please check our detailed instructions if you encounter any problems while installing and starting the program.

Input Data

PhyloProfile can read a number of different input files, including multi-FASTA files, regular tab-separated files, OMA ID lists or OrthoXML files. The additional information layers can be embedded in the OrthoXML or be provided separately as tab-separated files.

We described all suppported input formats in section Input Data in our PhyloProfile's Wiki.

Walkthrough and Examples

Read the walkthrough slides to explore the functionality of the PhyloProfile GUI.

Check the vignette for learning how to use PhyloProfile's functions in some specific use-cases:

browseVignettes("PhyloProfile")

Bugs

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

Acknowledgements

We would like to thank

  1. Bastian for the great initial idea and his kind support,
  2. Members of Ebersberger group for many valuable suggestions and ...bug reports :)

Contributors

License

This tool 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, Volume 34, Issue 17, 01 September 2018, Pages 3041–3043, https://doi.org/10.1093/bioinformatics/bty225

or use the citation function in R CMD to have it directly in BibTex or LaTeX format

citation("PhyloProfile")

Contact

Vinh Tran [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].