Sequence-based mutation analysis TSD Journal
From Bioinformatikpedia
Back to results.
To improve on the readability of the journal, only the basic steps and program calls are outlined here, while the full source code is linked to like this.
Substitution matrices
Quantiles can be easily calculated in R, using <source lang="bash"> quantile(m) #Where m is a matrix </source>