ExomePeak2
Peak calling and differential methylation for MeRIP-Seq
Install / Use
/learn @ZW-xjtlu/ExomePeak2README
exomePeak2
2021-02-07
exomePeak2 provides peak detection and differential methylation for Methylated RNA Immunoprecipitation Sequencing (MeRIP-Seq) data. MeRIP-Seq is a commonly applied sequencing assay that measures the location and abundance of RNA modification sites under specific cellular conditions. In practice, the technique is sensitive to PCR amplification biases commonly found in NGS data. In addition, the efficiency of immunoprecipitation often varies between different IP samples. exomePeak2 can perform peak calling and differential analysis independent of GC content bias and IP efficiency changes.
To install exomePeak2 from Github, type the following command in R console.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("Rsamtools", "GenomicAlignments", "GenomicRanges",
"GenomicFeatures", "DESeq2", "ggplot2", "mclust", "BSgenome",
"Biostrings", "GenomeInfoDb", "BiocParallel", "IRanges",
"S4Vectors", "rtracklayer", "methods", "stats",
"utils", "BiocGenerics", "magrittr", "speedglm", "splines"))
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("ZW-xjtlu/exomePeak2", build_vignettes = TRUE)
To view the documentation of exomePeak2, type browseVignettes("exomePeak2") after installation.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
