Skip to content

Commit

Permalink
docs(getSubnetworkFromIndra): Switch MSstats as dependency, adjust li…
Browse files Browse the repository at this point in the history
…nk to groupComparison (#22)

* docs(getSubnetworkFromIndra): Switch MSstats as dependency, add link to groupComparison

* update manual for visualizeNetworks
  • Loading branch information
tonywu1999 authored Nov 6, 2024
1 parent 7f7ed54 commit 1af3c5e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Imports:
RCy3,
httr,
jsonlite,
r2r
r2r,
MSstats
Suggests:
data.table,
BiocStyle,
knitr,
rmarkdown,
testthat (>= 3.0.0),
mockery,
MSstats,
MSstatsConvert
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software,
Expand Down
8 changes: 4 additions & 4 deletions R/getSubnetworkFromIndra.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#' Using differential abundance results from MSstats, this function retrieves
#' a subnetwork of protein interactions from INDRA database.
#'
#' @param input output of groupComparison function's comparisionResult table,
#' which contains a list of proteins and their corresponding p-values, logFCs,
#' along with additional HGNC ID and HGNC name columns
#' @param input output of \code{\link[MSstats]{groupComparison}} function's
#' comparisionResult table, which contains a list of proteins and their
#' corresponding p-values, logFCs, along with additional HGNC ID and HGNC
#' name columns
#' @param pvalueCutoff p-value cutoff for filtering. Default is NULL, i.e. no
#' filtering
#'
#' @return list of 2 data.frames, nodes and edges
#' @seealso \code{\link[MSstats]{groupComparison}}
#'
#' @export
#'
Expand Down
10 changes: 4 additions & 6 deletions man/getSubnetworkFromIndra.Rd

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

8 changes: 4 additions & 4 deletions man/visualizeNetworks.Rd

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

0 comments on commit 1af3c5e

Please sign in to comment.