예제 #1
0
  public Map<Integer, PeptideBean> getPeptidesProtList(List<Integer> peptideIds, String accession) {

    Map<Integer, PeptideBean> peptidesProtList = db.getPeptidesProtList(peptideIds, accession);
    return peptidesProtList;
  }