detail.richResult: extract the gene information and related pathway

View source: R/misc.R

detail.richResultR Documentation

extract the gene information and related pathway

Description

extract the gene information and related pathway

Usage

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

Arguments

x

richResult object

Author(s)

Kai Guo

Examples

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

## End(Not run)

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