Skip to content

brunomioto/DNAplot

Repository files navigation

DNAplot

R-CMD-check Codecov test coverage

The DNAplot package provides a simple and customizable function to create aesthetically pleasing plots of DNA sequences. Each base is represented by a colored rectangle, allowing for easy visualization and analysis of sequence features.

Installation

You can install the development version of DNAplot from GitHub with:

# install.packages("remotes")
remotes::install_github("brunomioto/DNAplot")

Get started

library(DNAplot)

Just write a sequence and plot it!

sequence <- "ACTGAAGTA"

plot_dna(sequence)
#> ℹ Plotting 9 bases

You can also plot undefined bases

sequence <- "ACYGARGTA"

plot_dna(sequence)
#> ℹ Plotting 9 bases

About

DNA Sequence Visualization

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages