Bioc2026 Registration Open!

GenomicPlot

Plot profiles of next generation sequencing data in genomic features

Bioconductor version: 3.23 · Package version: 1.10.0

Visualization of next generation sequencing (NGS) data is essential for interpreting high-throughput genomics experiment results. 'GenomicPlot' facilitates plotting of NGS data in various formats (bam, bed, wig and bigwig); both coverage and enrichment over input can be computed and displayed with respect to genomic features (such as UTR, CDS, enhancer), and user defined genomic loci or regions. Statistical tests on signal intensity within user defined regions of interest can be performed and represented as boxplots or bar graphs. Parallel processing is used to speed up computation on multicore platforms. In addition to genomic plots which is suitable for displaying of coverage of genomic DNA (such as ChIPseq data), metagenomic (without introns) plots can also be made for RNAseq or CLIPseq data as well.

Installation

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

BiocManager::install("GenomicPlot")

Details

MaintainerShuye Pu <shuye2009@gmail.com>
AuthorShuye Pu <shuye2009@gmail.com>
LicenseGPL-2
URLhttps://github.com/shuye2009/GenomicPlot
Bug Reportshttps://github.com/shuye2009/GenomicPlot/issues
Downloads rank239
Source branchRELEASE_3_23
biocViewsAlternativeSplicing, Annotation, ChIPSeq, Coverage, GeneExpression, RNASeq, Sequencing, Software, Transcription, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.4.0), GenomicRanges (>= 1.46.1)

Imports: methods, Rsamtools, parallel, tidyr, rtracklayer (>= 1.54.0), plyranges (>= 1.14.0), cowplot (>= 1.1.1), VennDiagram, ggplotify, Seqinfo, IRanges, ComplexHeatmap, RCAS (>= 1.20.0), scales (>= 1.2.0), GenomicAlignments (>= 1.30.0), edgeR, circlize, viridis, ggsignif (>= 0.6.3), ggsci (>= 2.9), ggpubr, grDevices, graphics, stats, utils, GenomicFeatures, genomation (>= 1.36.0), txdbmaker, ggplot2 (>= 3.3.5), BiocGenerics, dplyr, grid, GenomeInfoDb

Suggests: knitr, rmarkdown, R.utils, Biobase, BiocStyle, testthat, AnnotationDbi