rank-product-0.1.0.3: Find the rank product of a data set.

Safe HaskellNone
LanguageHaskell2010

Statistics.RankProduct

Synopsis

Documentation

rankList :: Ord a => [a] -> [Int] Source #

Rank transform a list.

rankProduct :: [Entity] -> [RankProductEntity] Source #

Get the rank product of a list of Entity.

prerankProduct :: [RankEntity] -> [RankProductEntity] Source #

Get the rank product of a pre-ranked data set [[ranked values for a gene in different data sets]].

rankProductPermutation :: Permutations -> [Entity] -> IO [(RankProductEntity, PValue)] Source #

Get the rank product of a list of Entity as well as the permutation p-value.