Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shians/glimma

Glimma R package
https://github.com/shians/glimma

interactive-visualizations plot r

Last synced: about 2 months ago
JSON representation

Glimma R package

Awesome Lists containing this project

README

        

Master | Devel
--- | ---
[![Build Status](https://travis-ci.org/Shians/Glimma.svg?branch=master)](https://travis-ci.org/Shians/Glimma) | [![Build Status](https://travis-ci.org/Shians/Glimma.svg?branch=devel)](https://travis-ci.org/Shians/Glimma)
[![codecov](https://codecov.io/gh/Shians/Glimma/branch/master/graph/badge.svg)](https://codecov.io/gh/Shians/Glimma) | [![codecov](https://codecov.io/gh/Shians/Glimma/branch/devel/graph/badge.svg)](https://codecov.io/gh/Shians/Glimma)

# PROJECT HAS MOVED
Development of Glimma has been moved to https://github.com/hasaru-k/GlimmaV2
This repository has been archived.

# Glimma
Welcome to Glimma, a R package for creating interactive plots for differential expression analysis.

User suggestions are very welcome, please start an issue for usability improvements or features you'd like to see!

# Installation

### Using BioConductor
This is the recommended method for installing Glimma. The release version can be installed by running the code below:

```r
source("https://bioconductor.org/biocLite.R")
biocLite("Glimma")
```

If a more recent version is required the developmental version:

```r
source("https://bioconductor.org/biocLite.R")
useDevel()
biocLite("Glimma")
```

# Bug reports
If you find bugs please let me know by submitting an issue to this project. If possible please provide a small runnable example demonstrating the bug, operating system and R version.

# Features
## MDS Plots
### Changing dimensions to plots
![bar-click](https://raw.githubusercontent.com/shians/glimma/master/images-doc/MDS-click.gif)

### Changing conditions to colour by
![groups](https://raw.githubusercontent.com/shians/glimma/master/images-doc/MDS-groups.gif)

## MD Plot
### Hovering over points
![points-hover](https://raw.githubusercontent.com/shians/glimma/master/images-doc/point-hover.gif)

### Clicking points
![points-click](https://raw.githubusercontent.com/shians/glimma/master/images-doc/point-click.gif)

### Clicking on table entries
![table-click](https://raw.githubusercontent.com/shians/glimma/master/images-doc/table-search.gif)