Skip to content

Commit ea0fae3

Browse files
bschilderclaude
andcommitted
Remove deprecated function wrappers
Removed CORCES2020_get_HiChIP_FitHiChIP_overlap and get_CORCES2020_HiChIP_FitHiChIP_loop_calls deprecated aliases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6a83565 commit ea0fae3

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

R/CORCES2020_get_hichip_fithichip_overlap.R

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,4 @@ CORCES2020_get_hichip_fithichip_overlap <- function(query_dat,
6767
v = verbose
6868
)
6969
return(gr.anchor)
70-
}
71-
72-
CORCES2020_get_HiChIP_FitHiChIP_overlap <- function(...){
73-
.Deprecated("CORCES2020_get_hichip_fithichip_overlap")
74-
CORCES2020_get_hichip_fithichip_overlap(...)
75-
}
70+
}

R/get_CORCES2020_hichip_fithichip_loop_calls.R

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,4 @@ get_CORCES2020_hichip_fithichip_loop_calls <- function() {
5252
tmp <- get_data(fname = "CORCES2020_hichip_fithichip_loop_calls.tsv.gz")
5353
dat <- data.table::fread(tmp, nThread = 1)
5454
return(dat)
55-
}
56-
57-
get_CORCES2020_HiChIP_FitHiChIP_loop_calls <- function(...){
58-
.Deprecated("get_CORCES2020_hichip_fithichip_loop_calls")
59-
get_CORCES2020_hichip_fithichip_loop_calls(...)
60-
}
55+
}

0 commit comments

Comments
 (0)