Skip to content

Commit

Permalink
typo in geneTiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorces authored May 5, 2022
1 parent 7ead541 commit b9ee266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/IntegrativeAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ getPeak2GeneLinks <- function(
geneTiles <- floor(start(geneStarts) / resolution) * resolution + floor(resolution / 2)
}else{
summitTiles <- start(peakSummits)
geneTiles <- start(geneTiles)
geneTiles <- start(geneStarts)
}

loops <- .constructGR(
Expand Down

0 comments on commit b9ee266

Please sign in to comment.