getCandidates-GeneOntologyFilter-method.RdGet candidate genes using a gene ontology filter
# S4 method for GeneOntologyFilter getCandidates(obj)
| obj | An object of class GeneOntologyFilter |
|---|
A list, where one element a character vector of transcription factors that match the GO term and the other is an empty data frame.
Other getCandidate Methods:
getCandidates,FootprintFilter-method,
getCandidates,HumanDHSFilter-method,
getCandidates,VarianceFilter-method,
getCandidates()
# 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)