| quantile_norm | R Documentation | 
Performs quantile normalization on the input_data. If using reference, quantile normalization is done using the quantile distribution derived from the reference data.
quantile_norm(input_data, use_ref = FALSE, ref_data)
| input_data | a data.frame with gene IDs in the first column and expression values from the second column. | 
| use_ref | a logical value indicating whether the normalization should be done based on the reference data (default: FALSE). | 
| ref_data | a data.frame storing gene expression values to be used as a reference dataset for quantile normalization. The first columns of input_data and ref_data that specify gene IDs should exactly be the same. | 
the input_data.frame after quantile normalization.
normalize.quantiles,
normalize.quantiles.use.target,
normalize.quantiles.determine.target
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.