Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Aug 11, 2024
1 parent ed065b1 commit 8aeec99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: protti
Title: Bottom-Up Proteomics and LiP-MS Quality Control and Data Analysis Tools
Version: 0.9.0
Version: 0.9.0.9000
Authors@R:
c(person(given = "Jan-Philipp",
family = "Quast",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# protti 0.9.0.9000

## Additional Changes

* `extract_metal_binders()` now uses keywords from UniProt as well. In addition, only "enables" GO terms are considered now.

# protti 0.9.0

## New features
Expand Down
3 changes: 2 additions & 1 deletion R/extract_metal_binders.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
#' with the \code{"go_term"} source). Values of columns not relevant for a certain source should be replaced with \code{NA}.
#' Since a \code{most_specific_id} can have multiple \code{chebi_id}s associated with it we need to unnest the \code{chebi_id}
#' column and associated columns in which information is separated by "|". Afterwards evidence and additional information can be
#' unnested by first splitting data for ";;" and then for ";".
#' unnested by first splitting data for ";;" and then for ";". If the "metal_id_part_name" column contains an NA value the indicated
#' ligand position does not directly contact the metal ion. This is usually the case for ligands such as e.g. heme.
#' @import dplyr
#' @import tidyr
#' @import purrr
Expand Down
3 changes: 2 additions & 1 deletion man/extract_metal_binders.Rd

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

0 comments on commit 8aeec99

Please sign in to comment.