| pathway_info {kangar00} | R Documentation |
An S4 class for an object assigning genes to pathways
Description
This function lists all genes formig a particular pathway. Start and end
positions of these genes are extracted from the Ensemble database. The
database is accessed via the R-package biomaRt.
Usage
pathway_info(x)
## S4 method for signature 'character'
pathway_info(x)
## S4 method for signature 'pathway_info'
show(object)
## S4 method for signature 'pathway_info'
summary(object)
Arguments
x |
A |
object |
An object of class |
Value
A data.frame including as many rows as genes appear in the
pathway. for each gene its name, the start and end point and the chromosome
it lies on are given.
show Basic information on pathway_info object.
summary Summarized information on pathway_info object.
Slots
infoA
data.frameincluding information on genes contained in pathways with columns 'pathway', 'gene_start', 'gene_end', 'chr' and 'gene'.
Author(s)
Stefanie Friedrichs, Juliane Manitz
See Also
Examples
data(hsa04022_info) # pathway_info('hsa04020')
show(hsa04022_info)
summary(hsa04022_info)