Skip to content

Commit

Permalink
Update doc for parentalNapaVsDMSOEnrichment dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Apr 4, 2024
1 parent 99a212d commit 2047156
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
32 changes: 16 additions & 16 deletions R/enrichViewNet.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,25 +328,26 @@ NULL
#'
#' @aliases parentalNapaVsDMSOEnrichment
#'
#' @format a \code{list} containing 2 entries:
#' @format a \code{list} created by gprofiler2 that contains the results
#' from the enrichment analysis:
#' \itemize{
#' \item{result} {a \code{data.frame} with the significantly enriched
#' terms }
#' \item{meta} {a TODO}
#' \item{\code{"result"}: a \code{data.frame} with the significantly
#' enriched terms }
#' \item{\code{"meta"}: a \code{list} with the meta-data information}
#' }
#'
#'
#' @return a \code{list} containing 2 entries:
#' \itemize{
#' \item{result} {a \code{data.frame} with the significantly enriched
#' terms }
#' \item{meta} {a TODO}
#' \item{\code{"result"}: a \code{data.frame} with the significantly
#' enriched terms }
#' \item{\code{"meta"}: a \code{list} with the meta-data information}
#' }
#'
#' @seealso
#' \itemize{
#' \item{\code{\link{createNetwork}}} {for transforming functional
#' \item{\link{createNetwork}} {for transforming functional
#' enrichment results from gprofiler2 into a Cytoscape network}
#' \item{\code{\link{createEnrichMap}}} {for transforming functional
#' \item{\link{createEnrichMap}} {for transforming functional
#' enrichment results from gprofiler2 into an enrichment map}
#' }
#'
Expand Down Expand Up @@ -375,17 +376,16 @@ NULL
#' Omnibus (GEO) under the accession number GSE135352.
#'
#' @examples
#'
#' ## Required library
#' library(gprofiler2)
#'
#' ## Loading dataset containing the results of a differentially expressed
#' ## Loading dataset containing the results of the enrichment analysis
#' ## done on a differentially expressed
#' ## analysis between 2-hour treatment with 0.5 uM napabucasin and
#' ## DMSO vehicle control parental MiaPaCa2 cells
#' data(parentalNapaVsDMSOEnrichment)
#'
#' ## TODO
#'
#' ## Create an enrichment map for the GO:CC terms
#' createEnrichMap(gostObject=parentalNapaVsDMSOEnrichment,
#' query="parental_napa_vs_DMSO", source="GO:CC")
#'
NULL

Expand Down
30 changes: 15 additions & 15 deletions man/parentalNapaVsDMSOEnrichment.Rd

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

0 comments on commit 2047156

Please sign in to comment.