Open beginner984 opened 5 years ago
Please do not open GitHub issues for these sort of questions. You're already asking bioinformatics SE for help, do not open GitHub issues for issues that are not related to the tool's functionality.
But I am not finding the answer of this question anywhere in google :(
That does not mean GitHub is the place to discuss this problem you're facing, especially given it's a problem you're having trying to extract something for a downstream step. Think about it this way - you should be using a GitHub issue to produce a bug report for a problem that you could solve by changing the tool's source code. Is this such a problem?
Sorry Long time I am struggling how to provide GISTIC required input like
Num_Probes
andSegment_Mean
I have called somatic copy number by
scatngs
and I have copy number output file (attached); In scatngs reference paper says in this file we haveMinor copy number—tumor
I am wondering how I can get
Num_Probes
andSegment_Mean
From this file? People saySegment_Mean = log2(tumour copy number / 2)
So, does that mean I should add upMajor copy number—tumor
andMinor copy number—tumor
to get tumour copy number? for getting Num_Probes what should I do?Any help please?
Thanks a lot in advance