Code covered by the BSD License  

Highlights from
plotDNA

image thumbnail
from plotDNA by Jesús P. Mena-Chalco
A simple Matlab function to visualize DNA sequences using four binary sequences.

test.m
%Test: plotDNA

sequence = char(textread('sequence.txt', '%s'));

figure;
	plotDNA(sequence(1:50));

figure;
	plotDNA(sequence);

Contact us at files@mathworks.com