From c513bcf0a4e4a321e9b7cf525630d14d43ff113a Mon Sep 17 00:00:00 2001 From: Moosa Rezwani Date: Tue, 31 Dec 2024 06:45:45 +0100 Subject: [PATCH] Update pkgdown functions indx --- _pkgdown.yml | 38 +++++++++++++++----------------------- 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 8b491e53..871f7e92 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -177,37 +177,29 @@ reference: desc: > Functions that connect you to [UniProt](https://www.uniprot.org/) (Universal Protein Resource) API resources. -- subtitle: Coordinates - contents: - - starts_with("rba_uniprot_coordinates") -- subtitle: Proteins - contents: - - starts_with("rba_uniprot_proteins") -- subtitle: Features +- subtitle: "Proteins - Proteins" contents: + - starts_with("rba_uniprot_antigens") + - starts_with("rba_uniprot_epitope") - starts_with("rba_uniprot_features") -- subtitle: Variation - contents: + - starts_with("rba_uniprot_mutagenesis") + - starts_with("rba_uniprot_proteins") + - starts_with("rba_uniprot_rna_edit") - starts_with("rba_uniprot_variation") -- subtitle: Proteomics +- subtitle: "Proteomics" contents: - starts_with("rba_uniprot_proteomics") -- subtitle: Post-Translational Modification (PTM) - contents: - - starts_with("rba_uniprot_ptm") -- subtitle: Antigens - contents: - - starts_with("rba_uniprot_antigens") -- subtitle: Mutagenesis - contents: - - starts_with("rba_uniprot_mutagenesis") -- subtitle: Proteomes +- subtitle: "Proteomes" contents: - starts_with("rba_uniprot_proteomes") - starts_with("rba_uniprot_genecentric") -- subtitle: Taxonomy +- subtitle: "Taxonomy" contents: - starts_with("rba_uniprot_taxonomy") -- subtitle: UniParc +- subtitle: "Coordinates" contents: - - starts_with("rba_uniprot_uniparc") + - starts_with("rba_uniprot_coordinates") +- subtitle: "Uniparc" + contents: + - starts_with("rba_uniprot_coordinates") +