public class HtmlSequencePlotting extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
createHtmlSequencePlotFile(String title,
Schema schema,
List<List<Writable>> sequence,
File output)
Create a HTML file with plots for the given sequence and write it to a file.
|
static String |
createHtmlSequencePlots(String title,
Schema schema,
List<List<Writable>> sequence)
Create a HTML file with plots for the given sequence.
|
public static String createHtmlSequencePlots(String title, Schema schema, List<List<Writable>> sequence) throws Exception
title - Title of the pageschema - Schema for the datasequence - Sequence to plotExceptionpublic static void createHtmlSequencePlotFile(String title, Schema schema, List<List<Writable>> sequence, File output) throws Exception
title - Title of the pageschema - Schema for the datasequence - Sequence to plotExceptionCopyright © 2020. All rights reserved.