| Bioinformatics Toolbox | ![]() |
Draw nucleotide trace plots
traceplot(TraceStructure) traceplot(A, C, G, T) h = traceplot()
traceplot(TraceStructure) creates a trace plot from data in a structure with fields A, C, G, T.
traceplot(A, C, G, T) creates a trace plot from data in vectors A, C, G, T.
h = traceplot() returns a structure with the handles of the lines corresponding to A, C, G, T.
tstruct = scfread('sample.scf');
traceplot(tstruct)
Bioinformatics Toolbox function scfread
| swalign | view (biograph) | ![]() |
© 1994-2005 The MathWorks, Inc.