Nothing
library("Category")
library("org.Sc.sgd.db")
test_PFAM1 <- function() {
set.seed(434)
allYeast <- ls(org.Sc.sgdCHR)
selGenes <- sample(allYeast, 80)
pp <- new("PFAMHyperGParams",
geneIds=selGenes,
annotation="org.Sc.sgd")
ans <- hyperGTest(pp)
checkEquals("PFAM", testName(ans))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.