====== Help PROBAlength ====== This program is dedicated to the computation, at each position of the sequence of the probability of appearance of the word of size who appears at this position according to a Drifting Markov Model (DMM). ===== Description of parameters ===== ** -w ** Size of words. ** -a ** A file describing the alphabet to use. ** -s ** A file containing sequences. One model for all sequences. ** -out ** Basename for all ouput files. ** -SpM** Estimation by splines (global). ** -Spl** Estimation by splines (basis functions). ** -SpH** Estimation by splines (no basis functions). ** -Poly** Estimation by polynom (stochastic matrices). ** -PolyM** Estimation by polynom (no stochastic matrices). ** [-pos ]** Compute the probabilities of the word for positions in to out. ** -cf ** DMM is given by the config_file. ** -h ** Print this help. ===== Examples ===== PROBAlength -w 3 -a dna.alpha -s lambda.fa -out three -Poly -cf config.out