필터 지우기
필터 지우기

Mavolcanoplot Warning: Negative values are ignored problem.

조회 수: 3 (최근 30일)
Hamza Karakurt
Hamza Karakurt 2017년 11월 22일
답변: Tim DeFreitas 2017년 11월 27일
I want to use volcano plot to find differentially expressed genes but when I use mavolcano command for it, it says Negative values are ignored. How can I add these negative values to my volcano plot?
Thank you.

답변 (1개)

Tim DeFreitas
Tim DeFreitas 2017년 11월 27일
mavolcanoplot assumes the input data are gene expression values, and a negative expression value is assumed to be invalid, because the baseline expression value for any gene is 0, and can only increase.
Some datasets, however, are normalized to a reference and are given as the log2 fold change compared to that reference. This data must be "de-normalized" back to original values in order to be used with mavolcanoplot. If X is my input vector, my raw data would be 2.^X. You can use the de-normalized data directly with the 'LOGTRANS' option, or convert the raw data back to log scale with log2.

카테고리

Help CenterFile Exchange에서 Expression Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by