Hi everyone,
I am a little confused about the error complained by GISTIC:
GISTIC 2.0 input error detected:
169 segment overlaps detected in file '/path/***.seg.txt'.
First overlap detected between segments at lines 26227 and 26377.
I checked the first overlap lines in R, they are below:
line 26227:
Sample Chromosome Start End Num_Probes Segment_Mean
<chr> <int> <int> <int> <int> <dbl>
1 TCGA-G4-6317 1 3218610 14832648 6157 -0.160
line 26377:
Sample Chromosome Start End Num_Probes Segment_Mean
<chr> <int> <int> <int> <int> <dbl>
1 TCGA-G4-6317 1 3218610 49468025 24550 -0.099
I got the TCGA segmentation file from firehose, and only eliminated NAs and changed the names of Sample (save only first 12 digits). Does anyone know how to deal with this?
Thanks very much!
I think I may find a possibl cause, which is collapsing barcode to patients (first 12 chars) would cause different sample types of the same patient to have only one name. I will try this idea and let you know the results.
I think the reason is the cnv segment in line 26227 is included in segment in line 26377, they came from same sample , same chromosome, but the chromosome start and end is overlaped. you should consider to resolve this overlap. and it seems like you have 169 overlaps detected in your segmentation file. good luck!