Entering edit mode
3.2 years ago
xingyu
▴
10
The TCGA CNV workflow uses Birdsuite to estimate raw copy number (CN). The affymetrix genotyping console (GTC) use similar algorithm developed by broad. Is GTC used to estimate raw CN, too? Otherwise, could GTC output files that could be input files for DNAcopy package used by TCGA in the copy number segement stage.
Yes, GTC calculates raw CN. For DNAcopy, why not take a look at the desired input?
So, CN here is represented as log ratios.
Thank you for your reply. I have been reviewed DNAcopy package and the instruction of it. I noticed that the CN value is log2 ratio in the coriell data. I used GTC and outputed integer CN value as the following. DO I miss something ?
HI, if the copy number from GTC is 1, this equates to a log2 ratio of -1. Please see:
Why we use 2? - 2 is the normal copy number value, relating to the maternal and paternal allele.
If, instead, you have a disease sample, then you can define the ratio as:
I still have questions of the log2 ratio value of GTC and DNAcopy. It's noticeable that DNAcopy's log2 ratio value is continuous, but GTC's log2 ratio value is integer. GTC may do something (eg. HMM) to estiamte integer CN state to replace the continuous log2 ratio value. Otherwise, the integer CN state value that I shown may be not as input of DNAcopy.
PS: My purpose is to use the output of GTC to gain raw CN. subsequently, take advantage of DNAcopy and GISTIC to get the gene level of CNV as the following.