Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorainer/genomeplotr
https://github.com/jorainer/genomeplotr
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorainer/genomeplotr
- Owner: jorainer
- Created: 2014-09-01T08:19:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T10:08:50.000Z (almost 10 years ago)
- Last Synced: 2024-05-15T09:41:48.992Z (6 months ago)
- Language: R
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Table of Contents
---
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.
- Check out the source code from github:
git clone https://github.com/jotsetung/GenomePlotR.git
- Install the package.R CMD INSTALL GenomePlotR
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.
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`).
- Johannes Rainer
(please add your name to this (`README.org`) file if you edit the code or add new functionality).