Trains a Markov model from a collection of sequences. 

$USAGE$
<modelname> the name of the Markov model
<sequences> the name of the sequences from which the model is trained
<markovOrder> optional; defines the memory length of the trained Markov model; default: 1

Examples:
trainMarkovModel mm sequences
trainMarkovModel mm sequences 3