Description Usage Arguments Value Examples
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
1 | quantNorm(x)
|
x |
log transformed data frame of mean expression (cells) of genes (rows) in tissues (columns) |
Returns a data frame of equal dimensions with quantile normalised counts across all columns
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.