File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,6 @@ importFrom(utils,packageVersion)
431431importFrom(utils,read.table)
432432importFrom(utils,setTxtProgressBar)
433433importFrom(utils,txtProgressBar)
434- importMethodsFrom(GenomeInfoDb,merge)
435434importMethodsFrom(GenomicRanges,distanceToNearest)
436435importMethodsFrom(GenomicRanges,end)
437436importMethodsFrom(GenomicRanges,intersect)
Original file line number Diff line number Diff line change @@ -1264,7 +1264,6 @@ subset.Fragment <- function(
12641264# ' @importFrom GenomicRanges union findOverlaps
12651265# ' @importFrom SeuratObject RowMergeSparseMatrices Key Key<-
12661266# ' @importFrom S4Vectors subjectHits queryHits mcols
1267- # ' @importMethodsFrom GenomeInfoDb merge
12681267merge.ChromatinAssay <- function (
12691268 x = NULL ,
12701269 y = NULL ,
@@ -1358,10 +1357,10 @@ merge.ChromatinAssay <- function(
13581357 all.seqinfo <- all.seqinfo [seqinfo.present ]
13591358 if (length(x = all.seqinfo ) > 1 ) {
13601359 seqinfo.use <- all.seqinfo [[1 ]]
1361- # iteratively merge seqinfo objects
1362- for (x in 2 : length(x = all.seqinfo )) {
1363- seqinfo.use <- merge(x = seqinfo.use , y = all.seqinfo [[x ]])
1364- }
1360+ # # iteratively merge seqinfo objects
1361+ # for (x in 2:length(x = all.seqinfo)) {
1362+ # seqinfo.use <- merge(x = seqinfo.use, y = all.seqinfo[[x]])
1363+ # }
13651364 } else {
13661365 seqinfo.use <- all.seqinfo [[1 ]]
13671366 }
You can’t perform that action at this time.
0 commit comments