Skip to content

Commit

Permalink
reorder website list of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Oct 11, 2024
1 parent 1a3f79d commit 9e77229
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@ reference:
contents:
- select_loci
- select_loci_if
- title: "Imputing"
desc: "Functions for imputing missing data in a gen_tibble."
contents:
- gt_impute_simple
- gt_has_imputed
- gt_uses_imputed
- gt_set_imputed
- title: "Merging"
desc: "Functions for merging gen_tibble objects."
contents:
- rbind_dry_run
- rbind.gen_tbl
- summary.rbind_report
- title: "Exporting"
desc: "Functions for exporting a gen_tibble to another format."
contents:
- starts_with("gt_as_")
- title: "Quality control"
desc: "Functions reporting summary statistics for a gen_tibble."
contents:
Expand All @@ -35,19 +52,6 @@ reference:
desc: "Functions operating across loci."
contents:
- starts_with("loci_")
- title: "Merging"
desc: "Functions for merging gen_tibble objects."
contents:
- rbind_dry_run
- rbind.gen_tbl
- summary.rbind_report
- title: "Imputing"
desc: "Functions for imputing missing data in a gen_tibble."
contents:
- gt_impute_simple
- gt_has_imputed
- gt_uses_imputed
- gt_set_imputed
- title: "Individual"
desc: "Functions operating across individuals."
contents:
Expand All @@ -63,10 +67,6 @@ reference:
- pairwise_ibs
- pairwise_pop_fst
- pairwise_king
- title: "Exporting"
desc: "Functions for exporting a gen_tibble to another format."
contents:
- starts_with("gt_as_")
- title: "PCA"
desc: "Functions for performing Principal Component Analysis."
contents:
Expand All @@ -89,7 +89,7 @@ reference:
- augment.gt_dapc
- autoplot.gt_dapc
- autoplot.gt_cluster_pca
- title: "Clustering"
- title: "K-clustering"
desc: "Functions for creating, tidying, and visualising q_matrix objects."
contents:
- as_q_matrix
Expand Down

0 comments on commit 9e77229

Please sign in to comment.