A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/your-highness/normR/tree/R3.2 below:

GitHub - your-highness/normR at R3.2

#normR - normR obeys regime mixture rules

Normalization and Difference Calling for Next Generation Sequencing (NGS) Experiments via Joint Multinomial Modeling

#R 3.2 compliant version

Two NGS tracks are modeled simultaneously by fitting a binomial mixture model on mapped read counts. In the first counting process, a desired smoothing kernel (bin size) and read characteristic threshold (quality, SAMFLAG) can be specified. In a second step a binomial mixture model with a user-specified number of components is fit to the data. The fit yields different enrichment regimes in the supplied NGS tracks. Log-space computation is done in C/C++ where OpenMP enables for fast parallel computation.

To install normR from the working repository, easiest is using devtools:

#install dependencies
source("https://bioconductor.org/biocLite.R")
biocLite("bamsignals", suppressUpdates=T)
#fetch current normR version from github
install.packages("devtools")
require(devtools)
devtools::install_github("your-highness/normr@R3.2")

See the vignette for a toy example on normR usage. The documentation of routines can be accessed from with R with ?.

Be sure to check out the following amazing github projects for your upcoming NGS magic:

bamsignals - Efficient Counting in Indexed Bam Files for Single End and Paired End NGS Data

EpicSeg - Chromatin Segmentation Based on a Probabilistic Multinomial Model for Read Counts

kfoots - Fit Multivariate Discrete Probability Distributions to Count Data

deepTools - User-Friendly Tools for Normalization and Visualization of Deep-Sequencing Data


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4