Skip to content

Commit

Permalink
* work on sexy_markers and fixing issue #187
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrygosselin committed May 1, 2024
1 parent db231cf commit ab919f4
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 201 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* works with R 4.3.4
* Fix issue #186 related some particular DArT files
* Fix issue #187 related to sexy_markers and VCF files



Expand Down
23 changes: 21 additions & 2 deletions R/radiator_dots.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
#' "write.tidy",
#' "dart.sequence",
#' "missing.memory",
#' "internal", "heatmap.fst", "tidy.check", "tidy.vcf", "tidy.dart")}.
#' "internal", "heatmap.fst", "tidy.check", "tidy.vcf", "tidy.dart",
#' "species", "population", "tau", "threshold.y.markers", "threshold.y.silico.markers",
#' "sex.id.input", "threshold.x.markers.qr", "threshold.x.markers.RD", "threshold.x.markers.RD.silico",
#' "mis.threshold.data", "mis.threshold.silicodata", "zoom.data", "zoom.silicodata",
#' "sex.id.input", "het.qr.input")}.
#' @param deprecated (optional) radiator's deprecated arguments.
#' Default: \code{deprecated = c("maf.thresholds", "common.markers",
#' "max.marker","monomorphic.out", "snp.ld", "filter.call.rate",
Expand Down Expand Up @@ -80,7 +84,22 @@ radiator_dots <- function(
"dart.sequence",
"internal",
"heatmap.fst",
"tidy.check", "tidy.vcf", "tidy.dart"
"tidy.check", "tidy.vcf", "tidy.dart",
"species",
"population",
"tau",
"threshold.y.markers",
"threshold.y.silico.markers",
"sex.id.input",
"threshold.x.markers.qr",
"threshold.x.markers.RD",
"threshold.x.markers.RD.silico",
"mis.threshold.data",
"mis.threshold.silicodata",
"zoom.data",
"zoom.silicodata",
"sex.id.input",
"het.qr.input"
),
deprecated = c(
"maf.thresholds",
Expand Down
Loading

0 comments on commit ab919f4

Please sign in to comment.