Entering edit mode
9.6 years ago
owen
▴
10
Hello, I am analyzing whole genome sequencing data from cancer samples.
For copy number analysis, I have two questions:
- How can I convert chromosome segments to gene level copy numbers?
- How can I apply GISTIC to segmented copy number data? I want to identify recurrent copy number changes in cancer population, but GISTIC is originally desinged for array data with probes.
_ratio.txt
file?Hi owen, were you able to run gistic?
Hi irsan, i have the segmented file. But how to get the number of markers?
I ran into the same problem. My solution was to create a marker file which included markers at every segment boundary plus markers every 2Kb across the whole genome. Did you solved the problem differently?
Hi Irsan, I am trying to run the GISTIC2.0 in the Genepattern to analyse the segmented results generated by the CBS.However, I always get an error "Index exceeds matrix dimensions", and the possible measures given by the website says "check your markers file format. Please see the sections on the markers file format in the GISTIC documentation for more details and examples." I carefully examine and compare the format of my datasets with the samples' and I fail to find any difference between them.So I urgently hope that you can do me a favor and give me some advices in your convenient time. The segmentation file, output of the CBS, removes the first title row and the first serial number column, and saves in the tab-delimited txt file. Then the marker file made by myself holds three columns ,SNP marker label, Chromosome number and Chromosome position, that is a subset of marker annotation file of SNP array before segmentation and saves in the same mathod with segmentation file. It's my data processing measure, and I desire to get your instruction or teach me how to get the input files of the GISTIC.
Hi Benche, It seems that I have met similar problem. Have you solve yours?
I have called somatic CNVs using GATK4 on canine (dog) data. I have standard output from GATK which is a
seg
file as shown belowI am not sure how should I convert above format to GISTIC input format. Any comments would be helpful.
Also, for the markers file this link suggested a simple format for markers file:
sample_name chr start_pos
sample_name chr stop_pos
Do you think would be the correct marker file to use.
Hi Sutturka,
I also called somatic CNVs using GATK4. It seems that I have met similar problem. Have you solve yours? I urgently hope that you can give me some advices in your convenient time if you have completed it. Thank you very much.