Skip to content

Commit

Permalink
Fix ewce_para example
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Nov 7, 2023
1 parent 42516ef commit 0cbd55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ewce_para.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @examples
#' gene_data <- HPOExplorer::load_phenotype_to_genes()
#' ctd <- MultiEWCE::load_example_ctd()
#' list_names <- unique(gene_data$hpo_name)[seq(3)]
#' list_names <- unique(gene_data$hpo_id)[seq(3)]
#' res_files <- ewce_para(ctd = ctd,
#' gene_data = gene_data,
#' list_names = list_names,
Expand Down
2 changes: 1 addition & 1 deletion man/ewce_para.Rd

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

0 comments on commit 0cbd55d

Please sign in to comment.