-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
questions about ratio.txt #145
Comments
Hi, By visualization, I meant to visualize the results as .png to visually evaluate the amount of noise after the normalization and the quality of FREEC's CNA calls. |
Hi, Our research is drawing to a close.We reviewed all the steps and collated them.I am currently working on the first draft of my article.As I review the FREEC, I have a few questions.
Part of my _CNVs file:
Wish your reply! |
Hi, And I missed the meaning of CN. I misunderstood it to the number of copy number region. I always tried to understand CN as how many losses or gains there are. But in reality the two are not equal. So the anwser is 0 and 1 both represent loss. And CN=2 represents the normal fragments ,which FREEC writes in the ratio.txt. Thanks to this review, I have to make some adjustments to my research.Best wishes! |
Hi,this is ZY.We did a summary on the quantity and distribution of CNVs and CNV regions . And I took your advice to visualize the ratio.txt file.But still doubted.
R script:FREEC_ratio2Absolute.R. One of the outputs shows:
Chromosome Start End Num_Probes Segment_Mean
NC_048218.1 1 1264440 1285 -0.0513244
NC_048218.1 1264441 1302816 39 -3.715107
NC_048218.1 1302817 3479424 2212 -0.05671026
NC_048218.1 3479425 3504024 25 -4.576851
NC_048218.1 3504025 3536496 33 0.01631089
What kind of criteria should we use to filter the results? The number of probes or a specific segment_mean?
By the way, why some of segment_means equal -Inf? How we deal it ?
Wish your reply!
The text was updated successfully, but these errors were encountered: