Skip to content

An R package to detect, classify, and visualize genome rearrangements

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

dorolin/rearrvisr

Repository files navigation

Travis build status

rearrvisr

The R package rearrvisr provides functions to identify and visualize inter- and intrachromosomal translocations and inversions between a focal genome and an ancestral genome reconstruction, or two extant genomes. Rearrangements, breakpoints, and synteny blocks are identified along the focal genome and output in a tabular format. Rearrangements and synteny blocks can be visualized along the focal genome by two graphical functions.

Installation

You can install rearrvisr from GitHub using the devtools package:

## install and load devtools
install.packages("devtools")
library(devtools)

## install and load rearrvisr
install_github("dorolin/rearrvisr")
library(rearrvisr)

Example

For a brief overview of the functionalities of the package, type

?rearrvisr

A more detailed description of the package functions and a tutorial is provided in the package vignette.

About

An R package to detect, classify, and visualize genome rearrangements

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages