-
Notifications
You must be signed in to change notification settings - Fork 83
Part1 Freec as default : Cnv consensus update #987
Conversation
After doing some digging into the
|
Part4 Freec as default: Chromosome wide CNV plots per histology
Part3 Freec as default: Oncoprint update
Part2 Freec as default: Cnv focal files update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will rerun the oncoprint code because it seems in #1009 the file prefix was changed from ""all_participants_primary_only" to "primary_only" and "all_participants_primary-plus" to "primary-plus" which seem to be causing the conflicts
|
Just re-running didn't work so I removed the
and then ran the bash script but more conflicts have come up now 😩 . Any suggestions ? |
This branch was doing some weird stuff for me locally, so my suggestion is to start fresh - more info on next steps in #1064! |
I thought about this a little more and checked for all changes in #1009, one change that I had not pulled from remote cnv-consensus-update (changed in #1009) was change in I did the following :
|
related I think I'll just rerun the whole analysis as you suggested before to capture all v19 changes. Closing this PR |
Purpose/implementation Section
What scientific question is your analysis addressing?
According to Bo's rationale since ploidy is based on ControlFREEC using its corresponding CN would probably result in a better estimate of overall CN.
What was your approach?
Just a change in
OpenPBTA-analysis/analyses/copy_number_consensus_call/scripts/bed_to_segfile.R
Lines 119 to 128 in 2c1f5fa
to use controlfreec if available if not use cnvkit:
What GitHub issue does your pull request address?
#964
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
Is there anything that you want to discuss further?
👀 Downstream analysis to check as first pass can be reviewed here :
plots
is not updated.consensus_seg_most_focal_cn_status.tsv.gz
fromfocal-cn-file-preparation
so we have also re-run Part3 Freec as default: Oncoprint update kgaonkar6/OpenPBTA-analysis#3 to look at changes across all samples with this update.Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?
Yes
Results
What types of results are included (e.g., table, figure)?
table
What is your summary of the results?
By comparing
pbta-cnv-consensus.seg.gz
in this branch with v18 version file I found: 262 BS ids have atleast 1 segmentcopy.num
updated . In total there are 2489 rows/regions per bs id that changed CN.Columns named
_latest
are from the file in the branch and_previous
is v18 release filechangelog.txt
Reproducibility Checklist
Documentation Checklist
README
and it is up to date.analyses/README.md
and the entry is up to date.