Permutation Stat Tabler
- Purpose
Moves the output from PermutationStatter into the tab-delimited format which allows it to be imported into almost every software-package in which one can import one's own tabular data
The configfile is configpermutationstattabler.pl
- Synopsis
./permutationstattabler.pl
- [-c <corpus>] [-f <fromsubdir>] | [-fd <fromdir>] [-pn <permutation-test-name>] [-l <readerlibshortname>] | [-lf <readerlibfullname>] [-ll] [-m <permmsureshortname>] | [-ml <permmsurelib>] [-lm] [-tc <tocorpus>] [-t <tosubdir>] | [-td <targetdir>] [-dr] [-? = -h = -help = --help] [-v [<verboselvl>]]
- -c
- the corpus under which the results fall
- -f
- subdir below corpus where the PermutationStatter output can be found (defaults to statresults if none is specified and if it's not changed in the configfile)
- -fd
- full path to the permutationstatter-results
- -pn
- the permutation-test whose output should be used
- -l
- the short name of the permutation reader whose output is to be tabled
- -lf
- the full name of the permutation reader whose output is to be tabled
- -ll
- lists the installed permutation reader libraries
- -m
- the short name of the permutation measure whose output is to be tabled
- -mf
- the full name of the permutation measure whose output is to be tabled
- -lm
- lists the permutation measure libraries
- -tc
- target-corpus. If none is set the source corpus is used
- -t
- the subdir relative to the corpusdir in which the tab-delimited results should be stored. Note that this option is only possible if the corpus is given with the -c or -tc option (not the full path with the -td option)
- -td
- full path to the place where the tab-delimited results are stored in their result-sub-dirs
- -dr
- dry-run. Nothing is written or deleted, only reading and reporting is done
- -v
- the level of verbosity, default verboselevel = 2, available levels: 0,1,2,3
- -?
- (and equivalents) prints help: the purpose and the synopsys
NOTE:
- If no from and to-dirs are given the defaults in the config file are used
You can download (or look at the sources of) PermutationStatTabler [here]. To run it you will also need [the config file] and the [fiauimenre library]. You can also get the entire tool-package (containing the newest version of all fiauimenre tools and the library) [in one download]
|