Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Part2 Freec as default: Cnv focal files update #988

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Empty file modified analyses/copy_number_consensus_call/run_consensus_call.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions analyses/copy_number_consensus_call/scripts/bed_to_segfile.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ cnvs <- cnvs %>%
segmean = purrr::map_dbl(cnvkit_df, segmean_function),
cnvkit_cn = purrr::map_dbl(cnvkit_df, copies_wmedian),
freec_cn = purrr::map_dbl(freec_df, copies_wmedian),
copynum = ifelse(is.finite(cnvkit_cn), # use cnvkit if available
cnvkit_cn, freec_cn), #otherwise use freec
copynum = ifelse(is.finite(freec_cn), # use freec if available
freec_cn, cnvkit_cn), #otherwise use cnvkit
num.mark = NA)


Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

157 changes: 84 additions & 73 deletions analyses/focal-cn-file-preparation/06-find-recurrent-calls.nb.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
gene
FAM122A
LINC01506
PGM5
PIP5K1B
TMEM252
TMEM252-DT
UBE2L3
BANCR
C22orf39
CDC45
CLDN5
FAM122A
FXN
GNB1L
HIRA
LINC01506
MIR130B
MIR301B
PGM5
PIEZO2
PIP5K1B
PPIL2
PRKACG
TJP2
TMEM252
TMEM252-DT
UBE2L3
UFD1
YPEL1
Binary file not shown.
Loading