예제 #1
0
 public Map<Integer, PeptideBean> getPeptidesList(List<Integer> peptideIds, String accession) {
   Map<Integer, PeptideBean> peptidesProtList = db.getPeptidesList(peptideIds, accession);
   return peptidesProtList;
 }