Skip to content

Commit

Permalink
dplyr rename dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Kartha committed Mar 23, 2022
1 parent 48ee70b commit 9c9960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DORC_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PeakGeneCor <- function(ATAC, # Normalized reads in peaks counts (rownames shoul
ends <- starts + chunkSize -1
ends[length(ends)] <- n

OVd <- OV %>% as.data.frame() %>% rename("Gene"="queryHits","Peak"="subjectHits")
OVd <- OV %>% as.data.frame() %>% dplyr::rename("Gene"="queryHits","Peak"="subjectHits")

chunkList <- mapply(c, starts, ends, SIMPLIFY = FALSE)

Expand Down

0 comments on commit 9c9960a

Please sign in to comment.