README.md

SVbyEye

R-CMD-check

===================================================================================\ R Package to visualize alignments between two or multiple DNA sequences including \ a number of functionalities to facilitate processing of alignments in PAF format.

Author: David Porubsky

Installation

Development version from Github

To install the development version from Github, follow the steps given below. The installation has only been tested on Linux (Ubuntu) system, if you need to install on Windows or Mac-OS additional steps might be necessary.

  1. Install a recent version of R (>=4.3) from https://www.r-project.org/ Under Linux make sure current version of r-base & r-base-dev is installed. Under Windows it is recommended to install recent version of Rtools from https://cran.r-project.org/bin/windows/Rtools/\
  2. Optional: For ease of use, install Rstudio from https://www.rstudio.com/
  3. Open R or RStudio and execute the following lines one by one (Please ensure that you have writing permissions to install packages):
## Install required packages
install.packages("devtools")
library(devtools)

## Install from GitHub repository
devtools::install_github("daewoooo/SVbyEye", branch="master")

Documentation

See here for a detailed package usage.

Report Errors

If you encounter errors of any kind or want to request a new package functionality, please report an issue here.

NOTE

Currently the SVbyEye package is under active development and contains unpublished work. We are currently actively working on a manuscript presenting this tool. Stay tuned for upcoming citation by the end of 2023. Please contact me if there are any question as to how to cite this tools in your work.



daewoooo/SVbyEye documentation built on March 31, 2024, 8:58 a.m.