Commit 7d54cc77 authored by jgould's avatar jgould

gistic colors

parent fda417b4
This diff is collapsed.
......@@ -744,7 +744,7 @@ morpheus.HeatMap.prototype = {
} else if (options.extension === 'gmt') {
colorScheme = morpheus.HeatMapColorScheme.Predefined.BINARY();
} else if (options.filename === 'all_lesions.conf_99'
|| options.filename === 'all_data_by_genes.txt') {
|| options.filename === 'all_data_by_genes.txt' || options.filename.toLowerCase().indexOf('gistic') !== -1) {
colorScheme = {
type: 'fixed',
map: [{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment