Skip to content

Commit

Permalink
Update doc for extractNodesAndEdgesInformation() function
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Apr 4, 2024
1 parent 10dc776 commit 33e4f13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/methodsInternal.R
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ removeRootTerm <- function(gostResult) {
#'
#' @return \code{list} containing 2 entries:
#' \itemize{
#' \item{"geneNodes"}{a \code{data.frame} containing the information about
#' the nodes present in the network. The nodes are genes.}
#' \item{"termNodes"}{a \code{data.frame} containing the information about
#' the nodes present in the network. The nodes are terms.}
#' \item{"edges"}{a \code{data.frame} containing the information about
#' \item{\code{"geneNodes"}: a \code{data.frame} containing the information
#' about the nodes present in the network. The nodes are genes.}
#' \item{\code{"termNodes"}: a \code{data.frame} containing the information
#' about the nodes present in the network. The nodes are terms.}
#' \item{\code{"edges"}: a \code{data.frame} containing the information about
#' the edges present in the network. The edges connect one gene to one term.}
#' }
#'
Expand Down
10 changes: 5 additions & 5 deletions man/extractNodesAndEdgesInformation.Rd

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

0 comments on commit 33e4f13

Please sign in to comment.