dropRel: Remove a relationship from a GeneSetCollection

Description Usage Arguments Methods (by class) See Also Examples

Description

Removes a relationship between genes and a pathway of a GeneSetCollection

Usage

1
2
3
4
5
dropRel(object, gene, pathway)

## S4 method for signature 'GeneSetCollection,character,character'
dropRel(object, gene,
  pathway)

Arguments

object

A GeneSetCollection object.

gene

The number or names of the genes to be removed.

pathway

The number or names of the pathways to be removed.

Methods (by class)

See Also

add To just add a relationship. modify To remove and add relationship at once. drop To remove genes and pathways.

Examples

1
2
3
genesPerPathway(Info)
out <- dropRel(Info, "9", "156580")
genesPerPathway(out)

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