diff --git a/R/uniprot_proteins.R b/R/uniprot_proteins.R index afdc73d..8df5c5c 100644 --- a/R/uniprot_proteins.R +++ b/R/uniprot_proteins.R @@ -459,6 +459,8 @@ rba_uniprot_proteins_crossref <- function(db_id, #### Features Endpoints #### +#' Search UniProt protein sequence features +#' #' UniProt maintains \href{https://www.uniprot.org/help/sequence_annotation}{ #' sequence annotations (features)} that describe regions #' in the protein sequence. Using this function, you can search and diff --git a/_pkgdown.yml b/_pkgdown.yml index eb00474..ae6634a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -201,5 +201,4 @@ reference: - starts_with("rba_uniprot_coordinates") - subtitle: "Uniparc" contents: - - starts_with("rba_uniprot") - + - starts_with("rba_uniprot_uniparc") diff --git a/man/rba_uniprot_features_search.Rd b/man/rba_uniprot_features_search.Rd index c01f107..d2b9b74 100644 --- a/man/rba_uniprot_features_search.Rd +++ b/man/rba_uniprot_features_search.Rd @@ -2,11 +2,7 @@ % Please edit documentation in R/uniprot_proteins.R \name{rba_uniprot_features_search} \alias{rba_uniprot_features_search} -\title{UniProt maintains \href{https://www.uniprot.org/help/sequence_annotation}{ - sequence annotations (features)} that describe regions - in the protein sequence. Using this function, you can search and - retrieve UniProt proteins' sequence annotations (features). you may also - refine your search query with variety of modifiers.} +\title{Search UniProt protein sequence features} \usage{ rba_uniprot_features_search( accession = NULL, @@ -71,6 +67,13 @@ List where each element corresponds to one UniProt entity returned information that UniProt has about that entity. } \description{ +UniProt maintains \href{https://www.uniprot.org/help/sequence_annotation}{ + sequence annotations (features)} that describe regions + in the protein sequence. Using this function, you can search and + retrieve UniProt proteins' sequence annotations (features). you may also + refine your search query with variety of modifiers. +} +\details{ Note that this is a search function. Thus, you are not required to fill every argument; You may use whatever combinations of arguments you see fit for your query.