loci2pathResult-class: loci2pathResult Class

Description Usage Arguments Value Slots Examples

Description

loci2pathResult Class contains information for the query result from query function query. Result object contains a ranked pathway table, and a vector of gene names that are associated with loci covered by query regions

Usage

1
2
3
4
5
6
7
8
9
resultTable(x)

coveredGene(x)

## S4 method for signature 'loci2pathResult'
resultTable(x)

## S4 method for signature 'loci2pathResult'
coveredGene(x)

Arguments

x

An geneSet object

Value

Object of CLass loci2pathResult

Slots

resultTable

data.frame; contains enrichment statistics, summary of eQTL and gene numbers, pathway names and gene names, etc.

coveredGene

list; each member is a vector of genes associated with one tissue, whose associating loci are covered by query regions

Examples

1
2
3
4
5
result <- query(query.gr=query.gr, 
  loci=eset.list, path=biocarta)
result
resultTable(result) # a data.frame for enriched pathways
coveredGene(result)  

loci2path documentation built on Nov. 8, 2020, 6:08 p.m.