|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RobotFileInterface
This file API should be used to read files that contain robot pick results. Spots from gels are picked and placed in wells on plates.
| Method Summary | |
|---|---|
List<String> |
getGelIdFromMicroPlate(List<String> plateIds,
List<String> wellIds)
Returns gel ids that was put in wellId[i] in plateId[i] |
String |
getGelIdFromMicroPlate(String plateId,
String wellId)
Returns gel id that was put in wellId in plateId |
List<String> |
getGelIdFromTargetPlate(List<String> targetIds,
List<String> positionIds)
Returns target gel ids that was put in positionId[i] in targetId[i] |
String |
getGelIdFromTargetPlate(String targetId,
String positionId)
Returns target gel id that was put in positionId in targetId |
List<String> |
getGelIdList()
Get gel ids. |
List<String> |
getPlateIdFromMicroPlate(List<String> spotIds,
List<String> gelIds)
|
String |
getPlateIdFromMicroPlate(String spotId,
String gelId)
|
List<String> |
getPlateIdListFromMicroPlate()
Get plate ids. |
List<String> |
getPositionIdFromTargetPlate(List<String> spotIds,
List<String> gelIds)
|
String |
getPositionIdFromTargetPlate(String spotId,
String gelId)
|
List<String> |
getSpotIdFromMicroPlate(List<String> plateIds,
List<String> wellIds)
Returns spot ids that was put in wellId[i] in plateId[i] |
String |
getSpotIdFromMicroPlate(String plateId,
String wellId)
Returns spot id that was put in wellId in plateId |
List<String> |
getSpotIdFromTargetPlate(List<String> targetIds,
List<String> positionIds)
Returns target spot ids that was put in positionId[i] in targetId[i] |
String |
getSpotIdFromTargetPlate(String targetId,
String positionId)
Returns target spot id that was put in positionId in targetId |
List<String> |
getSpotIdListFromMicroPlate(String gelId)
Get spot ids for given gel id. |
List<String> |
getTargetIdFromTargetPlate(List<String> spotIds,
List<String> gelIds)
|
String |
getTargetIdFromTargetPlate(String spotId,
String gelId)
|
List<String> |
getTargetIdListFromTargetPlate()
Get target ids. |
List<String> |
getTargetPlateIdFromTargetPlate(List<String> targetIds,
List<String> positionIds)
Returns target plate ids that was put in positionId[i] in targetId[i] |
String |
getTargetPlateIdFromTargetPlate(String targetId,
String positionId)
Returns target plate id that was put in positionId in targetId |
List<String> |
getWellIdFromMicroPlate(List<String> spotIds,
List<String> gelIds)
|
String |
getWellIdFromMicroPlate(String spotId,
String gelId)
|
| Method Detail |
|---|
String getSpotIdFromMicroPlate(String plateId,
String wellId)
plateId - wellId -
List<String> getSpotIdFromMicroPlate(List<String> plateIds,
List<String> wellIds)
plateIds - wellIds -
String getGelIdFromMicroPlate(String plateId,
String wellId)
plateId - wellId -
List<String> getGelIdFromMicroPlate(List<String> plateIds,
List<String> wellIds)
plateIds - wellIds -
String getWellIdFromMicroPlate(String spotId,
String gelId)
spotId - gelId -
List<String> getWellIdFromMicroPlate(List<String> spotIds,
List<String> gelIds)
spotIds - gelIds -
String getPlateIdFromMicroPlate(String spotId,
String gelId)
spotId - gelId -
List<String> getPlateIdFromMicroPlate(List<String> spotIds,
List<String> gelIds)
spotIds - gelIds -
String getSpotIdFromTargetPlate(String targetId,
String positionId)
targetId - positionId -
List<String> getSpotIdFromTargetPlate(List<String> targetIds,
List<String> positionIds)
targetIds - positionIds -
String getGelIdFromTargetPlate(String targetId,
String positionId)
targetId - positionId -
List<String> getGelIdFromTargetPlate(List<String> targetIds,
List<String> positionIds)
targetIds - positionIds -
String getTargetPlateIdFromTargetPlate(String targetId,
String positionId)
targetId - positionId -
List<String> getTargetPlateIdFromTargetPlate(List<String> targetIds,
List<String> positionIds)
targetIds - positionIds -
String getPositionIdFromTargetPlate(String spotId,
String gelId)
spotId - gelId -
List<String> getPositionIdFromTargetPlate(List<String> spotIds,
List<String> gelIds)
spotIds - gelIds -
String getTargetIdFromTargetPlate(String spotId,
String gelId)
spotId - gelId -
List<String> getTargetIdFromTargetPlate(List<String> spotIds,
List<String> gelIds)
spotIds - gelIds -
List<String> getPlateIdListFromMicroPlate()
List<String> getTargetIdListFromTargetPlate()
List<String> getGelIdList()
List<String> getSpotIdListFromMicroPlate(String gelId)
gelId -
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||