Registration and Call for Abstracts Open for Bioc2024

SCANVIS

This is the development version of SCANVIS; for the stable release version, see SCANVIS.

SCANVIS - a tool for SCoring, ANnotating and VISualizing splice junctions


Bioconductor version: Development (3.19)

SCANVIS is a set of annotation-dependent tools for analyzing splice junctions and their read support as predetermined by an alignment tool of choice (for example, STAR aligner). SCANVIS assesses each junction's relative read support (RRS) by relating to the context of local split reads aligning to annotated transcripts. SCANVIS also annotates each splice junction by indicating whether the junction is supported by annotation or not, and if not, what type of junction it is (e.g. exon skipping, alternative 5' or 3' events, Novel Exons). Unannotated junctions are also futher annotated by indicating whether it induces a frame shift or not. SCANVIS includes a visualization function to generate static sashimi-style plots depicting relative read support and number of split reads using arc thickness and arc heights, making it easy for users to spot well-supported junctions. These plots also clearly delineate unannotated junctions from annotated ones using designated color schemes, and users can also highlight splice junctions of choice. Variants and/or a read profile are also incoroporated into the plot if the user supplies variants in bed format and/or the BAM file. One further feature of the visualization function is that users can submit multiple samples of a certain disease or cohort to generate a single plot - this occurs via a "merge" function wherein junction details over multiple samples are merged to generate a single sashimi plot, which is useful when contrasting cohorots (eg. disease vs control).

Author: Phaedra Agius <pagius at nygenome.org>

Maintainer: Phaedra Agius <pagius at nygenome.org>

Citation (from within R, enter citation("SCANVIS")):

Installation

To install this package, start R (version "4.4") and enter:


if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("SCANVIS")

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("SCANVIS")
SCANVIS PDF R Script
Reference Manual PDF
LICENSE Text

Details

biocViews Annotation, ResearchField, Software, Transcriptomics, Visualization, WorkflowStep
Version 1.17.0
In Bioconductor since BioC 3.10 (R-3.6) (4.5 years)
License file LICENSE
Depends R (>= 3.6)
Imports IRanges, plotrix, RCurl, rtracklayer
System Requirements
URL
See More
Suggests knitr, rmarkdown
Linking To
Enhances
Depends On Me
Imports Me
Suggests Me
Links To Me
Build Report Build Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package SCANVIS_1.17.0.tar.gz
Windows Binary SCANVIS_1.17.0.zip
macOS Binary (x86_64) SCANVIS_1.17.0.tgz
macOS Binary (arm64) SCANVIS_1.17.0.tgz
Source Repository git clone https://git.bioconductor.org/packages/SCANVIS
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/SCANVIS
Bioc Package Browser https://code.bioconductor.org/browse/SCANVIS/
Package Short Url https://bioconductor.org/packages/SCANVIS/
Package Downloads Report Download Stats