quantNorm: Quantile normalise a data frame

Description Usage Arguments Value Examples

View source: R/quantNorm.R

Description

This function quantile normalises the entire data frame of log normalised counts, allowing comparisons across tissues. First, the row and column names are collected and all zeros are changed to NA. After converting to a matrix, the data frame is quantile normalised. Finally, all NAs are reverted back to zero, the matrix is converted back to a data frame and row and column names are re-attached

Usage

1

Arguments

x

log transformed data frame of mean expression (cells) of genes (rows) in tissues (columns)

Value

Returns a data frame of equal dimensions with quantile normalised counts across all columns

Examples

1
2
3

roonysgalbi/tispec documentation built on May 26, 2019, 1:33 a.m.