seq.hotSPOT
Targeted sequencing panel design based on mutation hotspots
Bioconductor version: 3.23 · Package version: 1.12.0
seq.hotSPOT provides a resource for designing effective sequencing panels to help improve mutation capture efficacy for ultradeep sequencing projects. Using SNV datasets, this package designs custom panels for any tissue of interest and identify the genomic regions likely to contain the most mutations. Establishing efficient targeted sequencing panels can allow researchers to study mutation burden in tissues at high depth without the economic burden of whole-exome or whole-genome sequencing. This tool was developed to make high-depth sequencing panels to study low-frequency clonal mutations in clinically normal and cancerous tissues.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("seq.hotSPOT") Details
| Maintainer | Sydney Grant <sydney.grant@roswellpark.org> |
| Author | Sydney Grant [aut, cre], Lei Wei [aut], Gyorgy Paragh [aut] |
| License | Artistic-2.0 |
| URL | https://github.com/sydney-grant/seq.hotSPOT |
| Bug Reports | https://github.com/sydney-grant/seq.hotSPOT/issues |
| Downloads rank | 168 |
| Source branch | RELEASE_3_23 |
| biocViews | DNASeq, Sequencing, Software, Technology, WholeGenome |
Documentation
Download
Dependencies
Depends: R (>= 3.5.0)
Imports: R.utils, hash, stats, base, utils
Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0)