Skip to content

Commit

Permalink
Merge pull request #335 from tinyheero/retain-exon-lrs
Browse files Browse the repository at this point in the history
Return the exon.lrs variable to the returned list object of runAbsoluteCN()
  • Loading branch information
lima1 authored Dec 7, 2023
2 parents d3a8181 + 576f726 commit 9be1f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/runAbsoluteCN.R
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ runAbsoluteCN <- function(normal.coverage.file = NULL,
mapping.bias.rho = if (is.null(rho) || all(is.na(rho))) NULL else mean(rho, na.rm = TRUE),
vcf.field.prefix = vcf.field.prefix,
interval.file = interval.file,
interval.lrs = exon.lrs,
args = list(
filterVcf = args.filterVcf[vapply(args.filterVcf, object.size, double(1)) < 1000],
filterIntervals = args.filterIntervals[vapply(args.filterIntervals, object.size, double(1)) < 1000])
Expand Down

0 comments on commit 9be1f2e

Please sign in to comment.