Mercurial > repos > melissacline > ucsc_cancer_utilities
comparison seg2matrix/CGData/GenomicSegment.py @ 60:bf57076e27b9 default tip
change genomicSegment input data
author | jingchunzhu@gmail.com |
---|---|
date | Tue, 27 Oct 2015 16:07:09 -0700 |
parents | ab20c0d04f4a |
children |
comparison
equal
deleted
inserted
replaced
59:b88b95642f59 | 60:bf57076e27b9 |
---|---|
11 "columnOrder" : [ | 11 "columnOrder" : [ |
12 "id", | 12 "id", |
13 "chrom", | 13 "chrom", |
14 "chrom_start", | 14 "chrom_start", |
15 "chrom_end", | 15 "chrom_end", |
16 "strand", | |
17 "value" | 16 "value" |
18 ], | 17 ], |
19 "groupKey" : "id", | 18 "groupKey" : "id", |
20 "columnDef" : { | 19 "columnDef" : { |
21 "chrom_start" : { "type" : "int" }, | 20 "chrom_start" : { "type" : "int" }, |