Skip to content

bernatgel/genoploteR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

genoploteR - An R package to plot data on genes

Description

This is the initial work on a package to plot data on genes. It is based on and heavily influenced by karyoploteR.

The idea is to create a package internally using the karyoploteR infrastructure to plot any type of data on genes. The user should provide somehow (manually, from a TxDb object...) the structure of a transcript or gene (exons, introns...) and be able to plot data on it using either low level functions such as points or lines or higher level functions to plot more specialized data (BAM coverage, mutations...).

One of the key features of the package is the ability to either hide or shrink the introns so the exonic data is clearly visible.

While the first versions will need the user to provide everything in genomic coordinates the aim is to be able to internally convert c. or p. notation to genomic coordinates.

The aim is to offload as much work as possible on karyoploteR and to have a range of plotting function available equivalent to it.

Note: Although the package is aimed at plotting data on genes it can be used to plot data on any regions as is not restricted to exons in any way.

Expected use cases

There are a few use cases in our group, for example

  • plotting the coverage level of a gene when sequencing a gene panel
  • contextualizing the position of an unclassified variant on a transcript with respect to other known variants, protein domains...
  • plotting the distribution of pathogenic and non-pathogenic variants on a gene

But there are many other possible use cases

  • plotting the common SNPs overlapping the TFBS in a gene promoter
  • plotting the splicing factor motifs around exons for a give gene

but the package should be flexible enough to basically plot anything on a gene

About

Data plotting on gene structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages