Class FormatFeature


  • public class FormatFeature
    extends Object
    Author:
    cl
    • Constructor Detail

      • FormatFeature

        public FormatFeature()
    • Method Detail

      • formatAllEvidence

        public static List<String> formatAllEvidence​(bio.singa.features.model.Feature feature)
      • formatEvidence

        public static String formatEvidence​(Object evidenceObject)
      • formatRates

        public static Map<String,​List<String>> formatRates​(Reaction reaction)
        map: key: feature - value: list: evidence
        Parameters:
        reaction - The reaction
        Returns:
        A mapping where the key references the feature and the values are the corresponding evidences.