Mavolcanoplot Warning: Negative values are ignored problem.
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genomics and Next Generation Sequencing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!