Normalization microarray data; Draw the boxplot of Microarray data before and after normalization, and return the Microarray data after normalization.
1 |
1 2 3 | data(expr_log2,package='Priscilla')
data.norm = MCA_normalization(expr_log2)
MCAN_bar(expr_log2,data.norm,width=14,height=7,xaxt = 'n',xlab='Sample',ylab='Relative amount')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.