p
overrepresentation
package overrepresentation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- overrepresentation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- def depletionTest(gmt: File, targetSet: Set[String]): Seq[(String, (Double, Counts))]
- def depletionTest(gmt: Source, targetSet: Set[String]): Seq[(String, (Double, Counts))]
- def depletionTest[T](aprioriSets: Seq[Set[T]], targetSet: Set[T]): Seq[(Double, Counts)]
- def depletionTest(c: Counts): Double
- def depletionTest(total: Int, marked: Int, draws: Int, markedDraws: Int): Double
- def enrichmentTest(gmt: File, targetSet: Set[String]): Seq[(String, (Double, Counts))]
- def enrichmentTest(gmt: Source, targetSet: Set[String]): Seq[(String, (Double, Counts))]
- def enrichmentTest[T](aprioriSets: Seq[Set[T]], targetSet: Set[T]): Seq[(Double, Counts)]
- def enrichmentTest(c: Counts): Double
- def enrichmentTest(total: Int, marked: Int, draws: Int, markedDraws: Int): Double
- def readGMT(source: Source): Vector[(String, Set[String])]