package jalview.io; import java.io.IOException; /** * IO for asymmetric matrix with arbitrary dimension * with labels, as displayed by PCA viewer. * Form is: tab separated entity defs * header line * TITLE\ttitle * DESC\tdesc * PROPERTY\t\tname\ttype\tvalue * ROW\tRow i label (ID)/tPrinciple text/tprinciple description/t... * COLUMN\t(similar, optional).. * .. * \t...(column-wise data for row i) */ public class MatrixFile extends FileParse { }