Takes a vector of names representing phosphorylation sites that are partitioned in the same cluster and an kinase-substrate annotation. Test for enrichment of the kinase based on the name vector.
enrichmentTest(clust, annotation, universe, alter = "greater")
a matrix that contains enrichment of each kinase based on the input name vector.
a vector of names representing phosphorylation sites that are partitioned in the same cluster
a list with names correspond to kinases and elements correspond to substrates belong to each kinase
the universe of names to compare against
indicates the alternative hypothesis and must be one of "two.sided", "greater" or "less"