Shore ranksim

From SHORE wiki
Revision as of 10:06, 28 September 2011 by Felo80 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

shore ranksim is a rankproduct / ranksum simulator.

Command line options

Usage: shore ranksim [OPTIONS] [FILES]

Allowed options
-o, --outfile=STRING (Default: stdout) Output file
-k, --key-cmp=STRING Comparator string for the unique row identifiers (Concatenation of column ids (counted from 1) and key types. Valid key types: t (text), i (integer) and f (float); capital letters reverse the sort order - e.g. '-k 1i5t3i7I')
-d, --data-cmp=STRING[,...] Comparator strings for the data that will be ranked
-n, --nsim=INT (Default: 1000) Number of simulations
-s, --sort Sort output
--no-pfp Do not estimate PFP
--ranksum Use rank sums instead of rank products