jenzopr / hlap

Hoelpis library of amazing plots. This repository contains custom functions to plot data from proteomics experiments. Functions are tailored for the use within the MPI-HLR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hlap - Hoelpis library of amazing plots

Overview and Objective

This package provides functions to plot data from -omics experiments in the R language. The functions work on low level data input (like numerical matrices) and return graphical elements that can be stored as jpg or pdf from R. Together with the functions, we provide ggplot2-compatible themes that can be used to customize the graphics.

Functions included are:

  • Soraya.cormat - creates a correlation heatmap for any numerical matrix.
  • Soraya.heatmap - creates a heatmap with two dedrograms for any numerical matrix.

Installation

Package dependencies

  • devtools
  • ggplot2 (>= 0.9.2)
  • RColorBrewer (>= 1.1)
  • reshape2 (>= 1.4)
  • gtable (>= 0.1.2)
  • ggdendro (>= 0.1)

Provide all dependencies, then install in your R session via:

install_github("jenzopr/hlap")

Usage

Contribution and Contact

How to contribute?

Feel free to fork this repository, add your changes and send me a pull request.

Contributors

License

The package is licensed under the MIT license.

About

Hoelpis library of amazing plots. This repository contains custom functions to plot data from proteomics experiments. Functions are tailored for the use within the MPI-HLR.

License:MIT License


Languages

Language:R 100.0%