Class ProteinUnchanged

    • Constructor Detail

      • ProteinUnchanged

        public ProteinUnchanged​(boolean onlyPredicted,
                                ProteinRange range)
        Construct ProteinDeletion without length and sequence information
      • ProteinUnchanged

        public ProteinUnchanged​(boolean onlyPredicted,
                                ProteinRange range,
                                int length)
        Construct ProteinDeletion with length information
      • ProteinUnchanged

        public ProteinUnchanged​(boolean onlyPredicted,
                                ProteinRange range,
                                String seq)
        Construct ProteinDeletion with sequence information
    • Method Detail

      • buildWithoutSeqDescription

        public static ProteinUnchanged buildWithoutSeqDescription​(boolean onlyPredicted,
                                                                  String firstAA,
                                                                  int firstPos,
                                                                  String lastAA,
                                                                  int lastPos)
        Construct ProteinDeletion without length and sequence information
      • buildWithLength

        public static ProteinUnchanged buildWithLength​(boolean onlyPredicted,
                                                       String firstAA,
                                                       int firstPos,
                                                       String lastAA,
                                                       int lastPos,
                                                       int length)
        Construct ProteinDeletion with length information
      • buildWithSequence

        public static ProteinUnchanged buildWithSequence​(boolean onlyPredicted,
                                                         String firstAA,
                                                         int firstPos,
                                                         String lastAA,
                                                         int lastPos,
                                                         String seq)
        Construct ProteinDeletion with sequence
      • getRange

        public ProteinRange getRange()
        Returns:
        deleted range in the protein
      • withOnlyPredicted

        public ProteinChange withOnlyPredicted​(boolean onlyPredicted)
        Specified by:
        withOnlyPredicted in class ProteinChange
        Returns:
        ProteinChange object with prediction state set to the one given by the parameter