Mercurial > repos > melissacline > ucsc_cancer_utilities
comparison segToGeneMatrix.xml @ 60:bf57076e27b9 default tip
change genomicSegment input data
author | jingchunzhu@gmail.com |
---|---|
date | Tue, 27 Oct 2015 16:07:09 -0700 |
parents | eef100efcc4c |
children |
comparison
equal
deleted
inserted
replaced
59:b88b95642f59 | 60:bf57076e27b9 |
---|---|
28 | 28 |
29 **Given a segmented copy number data file, convert it into gene-level matrix data, also xena ready** | 29 **Given a segmented copy number data file, convert it into gene-level matrix data, also xena ready** |
30 | 30 |
31 1. Input data file format: tab-deliminated | 31 1. Input data file format: tab-deliminated |
32 | 32 |
33 ======= ===== ======= ===== ====== ====== | 33 ======= ===== ======= ===== ====== |
34 sample chr start end strand value | 34 sample chr start end value |
35 ======= ===== ======= ===== ====== ====== | 35 ======= ===== ======= ===== ====== |
36 sample1 chr1 1 100 . 0.5 | 36 sample1 chr1 1 100 0.5 |
37 sample2 chr1 101 1000 . 1.5 | 37 sample2 chr1 101 1000 1.5 |
38 sample3 chr1 1000 2000 . -0.5 | 38 sample3 chr1 1000 2000 -0.5 |
39 ... ... ... ... ... ... | 39 ... ... ... ... ... |
40 ======= ===== ======= ===== ====== ====== | 40 ======= ===== ======= ===== ====== |
41 | 41 |
42 | 42 |
43 2. Output file: gene-level matrix file | 43 2. Output file: gene-level matrix file |
44 | 44 |
45 </help> | 45 </help> |