Skip to content

Commit

Permalink
update plot_progeny_dosage_change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmollina committed Aug 30, 2023
1 parent 923cd0f commit 42266c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export(plot_map_list)
export(plot_mappoly.map2)
export(plot_mrk_info)
export(plot_progeny_dosage_change)
export(poly_cross_simulate)
export(print_mrk)
export(read_fitpoly)
export(read_geno)
Expand Down
5 changes: 3 additions & 2 deletions R/plot_progeny_dosage_change.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#' @return A ggplot of the changed and imputed genotypic dosages
#'
#' @examples
#' plot_progeny_dosage_change(map_list=solcap.dose.map, error=0.05)
#'
#' x<-get_submap(solcap.err.map[[1]], 1:30, reestimate.rf = FALSE)
#' plot_progeny_dosage_change(list(x), error=0.05)
#'
#' @author Jeekin Lau, \email{[email protected]}, with optimization by Cristiane Taniguti, \email{[email protected]}
#'
Expand All @@ -26,6 +26,7 @@
#' @export plot_progeny_dosage_change

plot_progeny_dosage_change <- function(map_list, error, verbose=T){
Var1 <- Var2 <- value <- NULL
map=map_list
if(!exists(map[[1]]$info$data.name)) stop("mappoly.data object not here")

Expand Down
4 changes: 2 additions & 2 deletions man/plot_progeny_dosage_change.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42266c4

Please sign in to comment.