genesPerGene: Number genes related to a gene

Description Usage Arguments Value Methods (by class) Author(s) See Also Examples

Description

How many genes of different length a pathway is involved in.

Usage

1
2
3
4
5
6
7
8
genesPerGene(object, genes, unique = TRUE)

## S4 method for signature 'GeneSetCollection,missing'
genesPerGene(object, unique = TRUE)

## S4 method for signature 'GeneSetCollection,character'
genesPerGene(object, genes,
  unique = TRUE)

Arguments

object

A GeneSetCollection

genes

A character vector of the genes.

unique

A logical, to choose between unique genes or not.

Value

A vector with the number of genes related to each gene.

Methods (by class)

Author(s)

Llu<c3><ad>s Revilla Sancho

See Also

pathwaysPerGene

Examples

1
2
3
4
5

llrs/GSEAdv documentation built on May 29, 2019, 6 p.m.