The function mairplot, that shows MA plot with genes information as input, can return not only MA Plot, but with this code :
mairplot(mean1, mean2, 'Labels', genes.Properties.RowNames, 'Type', 'MA'); there is also the input argument NormalizeValue, which shows lowess normalized ratio values. Default is false. But what is the comand Show smooth curve? What does return it?
0 Comments
Sign in to comment.