G4SNVHunter
This is the released version of G4SNVHunter; for the devel version, see G4SNVHunter.
Evaluating SNV-Induced Disruption of G-Quadruplex Structures
Bioconductor version: Release (3.21)
G-quadruplexes (G4s) are unique nucleic acid secondary structures predominantly found in guanine-rich regions and have been shown to be involved in various biological regulatory processes. G4SNVHunter is an R package designed to rapidly identify genomic sequences with G4-forming potential and accurately screen user-provided single nucleotide variants (also applicable to single nucleotide polymorphisms) that may destabilize these structures. This enables users to screen key variants for further experimental study, investigating how these variants may influence biological functions, such as gene regulation, by altering G4 formation.
Author: Rongxin Zhang [cre, aut]
Maintainer: Rongxin Zhang <rongxinzhang at outlook.com>
citation("G4SNVHunter")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("G4SNVHunter")
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("G4SNVHunter")
Introduction to G4SNVHunter | HTML | R Script |
Reference Manual | ||
NEWS | Text | |
LICENSE | Text |
Details
biocViews | Epigenetics, SNP, Software |
Version | 1.0.0 |
In Bioconductor since | BioC 3.21 (R-4.5) (< 6 months) |
License | MIT + file LICENSE |
Depends | R (>= 4.3.0) |
Imports | Biostrings, stats, GenomicRanges, IRanges, Rcpp, RcppRoll, data.table, GenomeInfoDb, S4Vectors, ggplot2, cowplot, progress, ggseqlogo, viridis, ggpointdensity |
System Requirements | |
URL | https://github.com/rongxinzh/G4SNVHunter |
Bug Reports | https://github.com/rongxinzh/G4SNVHunter/issues |
See More
Suggests | knitr, BiocStyle, rmarkdown, BiocManager, BSgenome.Hsapiens.UCSC.hg19, DT, rtracklayer, testthat (>= 3.0.0), RBGL |
Linking To | Rcpp |
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 | G4SNVHunter_1.0.0.tar.gz |
Windows Binary (x86_64) | G4SNVHunter_1.0.0.zip |
macOS Binary (x86_64) | G4SNVHunter_1.0.0.tgz |
macOS Binary (arm64) | G4SNVHunter_1.0.0.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/G4SNVHunter |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/G4SNVHunter |
Bioc Package Browser | https://code.bioconductor.org/browse/G4SNVHunter/ |
Package Short Url | https://bioconductor.org/packages/G4SNVHunter/ |
Package Downloads Report | Download Stats |