R

Quantile Normalization and Inverse Normal Transform

[image] # Caption (optional) caption = “Image credit: Unsplash” # Focal point (optional) # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight focal_point = “” Dependency This post demonstrate the following: Quantile Normalization implemented in R package preprocessCore. Inverse-Normal-Transform implemented in RNOmni source("http://www.bioconductor.org/biocLite.R") biocLite("preprocessCore") install.packages("RNOmni") library(preprocessCore) library(RNOmni) General Princinples Quantile Normalization Simplest way to put it: Quantile normalization is a technique for making different distributions have the same statistical property by “aligning”" their quantiles.

Hello R Markdown

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. You can embed an R code chunk like this: summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.