Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Wu committed Jul 10, 2024
1 parent 9e0807c commit 917a416
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/utils_getSubnetworkFromIndra.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
#' Collapse duplicate INDRA statements into a mapping of edge to metadata
#' @param res INDRA response
#' @param input filtered groupComparison result
#' @return processed INDRA statements
#' @importFrom r2r hashmap keys
#' @return processed edge to metadata mapping
#' @keywords internal
#' @noRd
.collapseDuplicateEdgesIntoEdgeToMetadataMapping = function(res, input) {
Expand All @@ -81,7 +82,7 @@
#' Construct edges data.frame from INDRA response
#' @param res INDRA response
#' @param input filtered groupComparison result
#' @importFrom r2r hashmap query keys
#' @importFrom r2r query keys
#' @return edge data.frame
#' @keywords internal
#' @noRd
Expand Down

0 comments on commit 917a416

Please sign in to comment.