getCandidates-GeneOntologyFilter-method: Get candidate genes using a gene ontology filter

Description Usage Arguments Value See Also Examples

Description

Get candidate genes using a gene ontology filter

Usage

1
2
## S4 method for signature 'GeneOntologyFilter'
getCandidates(obj)

Arguments

obj

An object of class GeneOntologyFilter

Value

A list, where one element a character vector of transcription factors that match the GO term and the other is an empty data frame.

See Also

GeneOntologyFilter

Other getCandidate Methods: getCandidates,FootprintFilter-method, getCandidates,HumanDHSFilter-method, getCandidates,VarianceFilter-method, getCandidates()

Examples

1
2
3
4
# Make a filter for "transcription, DNA-templated" and use it to filter candidates
library(org.Hs.eg.db)
goFilter <- GeneOntologyFilter(org.Hs.eg.db, GOTerm="GO:0006351")
candidates <- getCandidates(goFilter)

trena documentation built on Nov. 15, 2020, 2:07 a.m.