Learn R Programming

EBSeq (version 1.12.0)

RankNorm: Rank Normalization

Description

'RankNorm' gives the rank normalization.

Usage

RankNorm(Data)

Arguments

Data
The data matrix with transcripts in rows and lanes in columns.

Value

The function will return a matrix contains the normalization factor for each lane and each transcript.

See Also

MedianNorm, QuantileNorm

Examples

Run this code
data(GeneMat)
Sizes = RankNorm(GeneMat)
# Run EBSeq
# EBres = EBTest(Data = GeneData, NgVector = rep(1,10^4), 
#	Vect5End = rep(1,10^4), Vect3End = rep(1,10^4), 
#	Conditions = as.factor(rep(c(1,2), each=5)), 
#	sizeFactors = Sizes, maxround=5)

Run the code above in your browser using DataLab