powered by
Carries out an enrichment Fisher's test using a hypothesis driven approach.
hdfisher.go(target, background, query, analysis = 'enrichment')
Returns a list that contains the contingency table and the p-Value.
either a vector containing the UniProt IDs of the target set or the path to the txt file containing the list of IDs.
a dataframe with two columns (Uniprot ID and GO terms) and as many rows as different proteins there are in the background set.
character string defining the query.
a character string indicating whether the desired analysis is the enrichment ('enrichment') or depletion ('depletion').
Juan Carlos Aledo
Rhee et al. (2008) Nature Reviews Genetics 9:509–515.
search.go(), term.go(), get.go(), bg.go(), go.enrich(), gorilla(), net.go()
if (FALSE) hdfisher.go(c('Q14667', 'Q5JSZ5'), bg.go(c('Q14667', 'Q5JSZ5', 'P13196')), 'ion')
Run the code above in your browser using DataLab