コード例 #1
0
 public void setPeptideAnnotationValueList(List<String> peptideAnnotationValueList) {
   searchProteinLooplink.setPeptideAnnotationValueList(peptideAnnotationValueList);
 }
コード例 #2
0
 public void setPsmAnnotationValueList(List<String> psmAnnotationValueList) {
   searchProteinLooplink.setPsmAnnotationValueList(psmAnnotationValueList);
 }
コード例 #3
0
 public List<String> getPeptideAnnotationValueList() {
   return searchProteinLooplink.getPeptideAnnotationValueList();
 }
コード例 #4
0
  /**
   * Used for sorting when all the values match so that every time the data is displayed, it is in
   * the same order
   *
   * @return
   */
  @Override
  public int getFinalSortOrderKey() {

    return searchProteinLooplink.getProtein().getProteinSequenceObject().getProteinSequenceId();
  }