wavClusteR
Sensitive and highly resolved identification of RNA-protein interaction sites in PAR-CLIP data
Bioconductor version: 3.23 · Package version: 2.46.0
The package provides an integrated pipeline for the analysis of PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from sequencing errors, SNPs and additional non-experimental sources by a non- parametric mixture model. The protein binding sites (clusters) are then resolved at high resolution and cluster statistics are estimated using a rigorous Bayesian framework. Post-processing of the results, data export for UCSC genome browser visualization and motif search analysis are provided. In addition, the package allows to integrate RNA-Seq data to estimate the False Discovery Rate of cluster detection. Key functions support parallel multicore computing. Note: while wavClusteR was designed for PAR-CLIP data analysis, it can be applied to the analysis of other NGS data obtained from experimental procedures that induce nucleotide substitutions (e.g. BisSeq).
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("wavClusteR") Details
| Maintainer | Federico Comoglio <federico.comoglio@gmail.com> |
| Author | Federico Comoglio and Cem Sievers |
| License | GPL-2 |
| Downloads rank | 397 |
| Source branch | RELEASE_3_23 |
| biocViews | Bayesian, ImmunoOncology, RIPSeq, RNASeq, Sequencing, Software, Technology |
Documentation
Download
Dependencies
Depends: R (>= 3.2), GenomicRanges (>= 1.31.8), Rsamtools
Imports: methods, BiocGenerics, S4Vectors (>= 0.17.25), IRanges (>= 2.13.12), Biostrings (>= 2.47.6), foreach, GenomicFeatures (>= 1.31.3), ggplot2, Hmisc, mclust, rtracklayer (>= 1.39.7), seqinr, stringr, txdbmaker
Suggests: BiocStyle, knitr, rmarkdown, BSgenome.Hsapiens.UCSC.hg19
Enhances: doMC