Package uk.ac.bbsrc.tgac.miso.core.data.impl

Examples of uk.ac.bbsrc.tgac.miso.core.data.impl._96WellPlate


    }
    else {
      Map<Integer, _96WellPlate> convertedPlateMap = new HashMap<Integer, _96WellPlate>();
      for (int i = 0; i < plates.size(); i++) {
        User owner = plates.get(i).getSecurityProfile().getOwner();
        _96WellPlate p = new _96WellPlate(owner);
        convertedPlateMap.put((i+1), p);
      }

      //_96WellPlates are in a 12x8 (A01-A12,B01-B12 etc) configuration
      //So get blocks of 12 libraries and add them to the relevant new plates
View Full Code Here

TOP

Related Classes of uk.ac.bbsrc.tgac.miso.core.data.impl._96WellPlate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.