QuantNormalize {Sconify}R Documentation

Performs quantile normalization on the data frame (patient) of interest

Description

Credit goes to: http://davetang.org/muse/2014/07/07/quantile-normalisation-in-r/ for this function

Usage

QuantNormalize(df)

Arguments

df

a data frame with rows as cells and columns as features

Value

a data frame where the columns have been quantile normalized


[Package Sconify version 1.13.0 Index]