Jaccard3 | R Documentation |
compute the number of genes in the intersection of categories from 3 ontology branches
Jaccard3(dir, m, thresh1 = 3, thresh3 = 3, verbose = 2)
dir |
character string full path name to the directory acting as result repository |
m |
return value of pruneCatGenes() |
thresh1 |
parameter passed to Jaccard3() |
thresh3 |
parameter passed to Jaccard3() |
verbose |
integer vector representing vprint classes |
returns matrix tabulating genes in the intersection of categories from 3 ontology branches also has side effect of saving files containing those genes
#load("data/x_m11.RData")
Jaccard3(tempdir(),x_m11,thresh1=3,thresh3=3,verbose=1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.