detail.GSEAResult: extract the gene information and related pathway

View source: R/misc.R

detail.GSEAResultR Documentation

extract the gene information and related pathway

Description

extract the gene information and related pathway

Usage

## S3 method for class 'GSEAResult'
detail(x)

Arguments

x

GSEAResult object

Author(s)

Kai Guo

Examples

## Not run: 
hsako<-buildAnnot(species="human",keytype="SYMBOL",anntype = "KEGG")
hsako<-as.data.frame(hsako)
name=sample(unique(hsako$GeneID),1000)
gene<-rnorm(1000)
names(gene)<-name
res<-richGSEA(gene,object = hsako)
head(detail(res))

## End(Not run)

hurlab/RichR documentation built on Feb. 5, 2024, 8:07 p.m.