README.md

Bioconductor: How long since the package was first in a released Bioconductor version (or is it in devel only) Archive: DOI Linux/macOS: Build Status Win: Build status Tests: codecov.io

SeqPlots

Article [PDF]

Stempor P and Ahringer J. SeqPlots - Interactive software for exploratory data analyses, pattern discovery and visualization in genomics [version 1; referees: 2 approved, 1 approved with reservations]. Wellcome Open Res 2016, 1:14 doi: 10.12688/wellcomeopenres.10004.1

Examples of Seq Plots interface and outputs

:exclamation: RELEASE NOTE :exclamation:

GitHub repository holds development version of SeqPlots. The release is available on Bioconductor. Please report the problem, bugs, unexpected behaviors and missing features using issue tracker.

Live demo

The working demonstration preview of SeqPlots is available on ShinyApps.io: https://seqplots.shinyapps.io/seqplots/

Demo limits:

Introduction

SeqPlots is a user-friendly exploratory data analysis (EDA) and visualization software for genomics. After choosing groups of signal and feature files and defining plotting parameters, users can generate profile plots of average signal or heat maps clustered using different algorithms in a matter of seconds through the graphical user interface (GUI) controls. SeqPlots accepts all major genomic file formats as input and can also generate and plot user defined motif densities. Profile plots and heatmaps are highly configurable and batch operations can be used to generate a large number of plots at once. SeqPlots is available as a GUI application for Mac or Windows and Linux, or as an R/Bioconductor package. It can also be deployed on a server for remote and collaborative usage. The analysis features and ease of use of SeqPlots encourages wide data exploration, which should aid the discovery of novel genomic associations.

Installation

Install develpment version from Bioconductor:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("seqplots")

To install GitHub vesrion (in order to solve dependencies install from Bioconductor first):

if (!require("devtools")) install.packages("devtools")
devtools::install_github('przemol/seqplots', build_vignettes=FALSE)

Quick start

To start web browser GUI:

library(seqplots)
run()

To start with R scripting mode:

?getPlotSetArry

App for Mac, Win and Linux

The App bundle is an easy way to use SeqPlots for macOS, Win and Linux. It contains all R binaries and packages that SeqPlots depends on. Additionally, test tracks and genome annotations, and reference sequences for Drosophila melanogaster and Caenorhabditis elegans are included. Sequences for other organisms can be downloaded using a graphical user interface - follow the instructions here: http://przemol.github.io/seqplots/#genomes-managment

System requirements:

Download the current version here:

https://github.com/Przemol/seqplots_electron/releases/latest

References

R project and Bioconductor

JavaScript and CSS

Important conceptual contribution to the project

Server deployment

Publications containing figures made by SeqPlots



Przemol/seqplots documentation built on May 14, 2022, 6:47 a.m.