Class CustomFormat

java.lang.Object
org.biopax.paxtools.pattern.miner.CustomFormat
All Implemented Interfaces:
SIFToText

public class CustomFormat extends Object implements SIFToText
Used for customizing the columns in the SIF text output.
Author:
Ozgun Babur
  • Constructor Details

    • CustomFormat

      public CustomFormat(String... cols)
  • Method Details

    • convert

      public String convert(SIFInteraction inter)
      Prepares the line in the output file for the given interaction.
      Specified by:
      convert in interface SIFToText
      Parameters:
      inter - the interaction
      Returns:
      output line.