Skip to content

Commit

Permalink
Update doc for extractInformationWhenNoIntersection() function
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Apr 3, 2024
1 parent b62fc3c commit a75e9bc
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 @@ -415,11 +415,11 @@ extractInformationWhenIntersection <- function(gostResults) {
#'
#' @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/extractInformationWhenNoIntersection.Rd

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

0 comments on commit a75e9bc

Please sign in to comment.