Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jorainer/genomeplotr


https://github.com/jorainer/genomeplotr

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        


Table of Contents





---

# Description

This `R` package provides functionality to plot data in genomic context. These include functions to plot transcripts, genes or other features together with data (e.g. microarray probe data or sequencing data) on genomic coordinates.

## Installation

- Check out the source code from github:

git clone https://github.com/jotsetung/GenomePlotR.git
- Install the package.

R CMD INSTALL GenomePlotR

## Usage

Refer to the help pages and function descriptions from within `R`, e.g. start the help system and open it in your browser (type `help.start()` in your `R` session) and click on `Packages` and the link for the `GenomePlotR` package.

# Development

Please add new functions or improve existing ones. New functions should be documented (`Rd` format) and listed in this document (`README.org`). This file should then be exported as a markdown (`md`) file (best performed in Emacs org-mode `c-c c-e`).

## Authors

- Johannes Rainer

(please add your name to this (`README.org`) file if you edit the code or add new functionality).

## TODOs