Commit 7d54cc77 authored by jgould's avatar jgould

gistic colors

parent fda417b4
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -744,7 +744,7 @@ morpheus.HeatMap.prototype = { ...@@ -744,7 +744,7 @@ morpheus.HeatMap.prototype = {
} else if (options.extension === 'gmt') { } else if (options.extension === 'gmt') {
colorScheme = morpheus.HeatMapColorScheme.Predefined.BINARY(); colorScheme = morpheus.HeatMapColorScheme.Predefined.BINARY();
} else if (options.filename === 'all_lesions.conf_99' } 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 = { colorScheme = {
type: 'fixed', type: 'fixed',
map: [{ 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