What is smooth curve?

조회 수: 1 (최근 30일)
Enrica Brunetti
Enrica Brunetti 2020년 1월 23일
답변: Arthur Goldsipe 2020년 1월 23일
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?

답변 (1개)

Arthur Goldsipe
Arthur Goldsipe 2020년 1월 23일
I'm not sure I fully understand your question.
If you're asking what the checkbox labeled "Show smooth curve" does, you can see that by viewing the sufunction named updateSmoothLine in the file for mairplot.
Or maybe you are asking whether there's a command-line option that creates this smooth curve (so that you don't have to click on the checkbox). If that's what you're asking, I think there is no easy way to do that. But once again, you can always view the code for udpateSmoothLine. Perhaps you could use that code as inspiration and write something similar that does exactly what you want.

카테고리

Help CenterFile Exchange에서 Bioinformatics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by