Sequence-based mutation analysis TSD Journal

From Bioinformatikpedia
Revision as of 20:40, 14 June 2012 by Reeb (talk | contribs) (#Where)

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>