Description Usage Arguments Value See Also Examples
Get candidate genes using a gene ontology filter
1 2 | ## S4 method for signature '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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.