Description Usage Arguments Value Examples
Conduct normalization for dataset.
1 | data.normalization(Data, type = "feature_Median", log2 = FALSE)
|
Data |
A matrix representing the genomic data such as gene expression data, miRNA expression data. |
type |
A character value representing the normalization type. The optional values are shown below:
|
log2 |
A logical value. If TRUE, the data is transform as log2(x+1). This is commonly used for RNAseq data. |
The normalized data matrix.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.