compareGoMinerHTGM2D | R Documentation |
compare the results of GoMiner and HTGM2D
compareGoMinerHTGM2D(subd, mat, l, ontologies)
subd |
character string full path name to the output subdirectory |
mat |
return value of Jaccard() |
l |
of return values of GoMiner() |
ontologies |
character vector of 2 ontologies e.g. c("biological_process","cellular_component") |
returns no value, but saves files that list category difference between GoMiner and HTG2D
ontologies<-c("biological_process","cellular_component")
#load("data/x_l.Rdata")
#load("data/x_mat.Rdata")
subd<-tempdir()
compareGoMinerHTGM2D(subd,x_mat,x_l,ontologies)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.