Description Usage Arguments Value Slots Examples
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
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)
|
x |
An geneSet object |
Object of CLass loci2pathResult
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.