public class N extends Object
Operation |
Beginning Index |
Length of Subset |
Input/Output |
|||||
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||
|
|
|
|
| Constructor and Description |
|---|
N() |
| Modifier and Type | Method and Description |
|---|---|
Map<Well,Integer> |
plate(Plate plate)
Returns the number of data points for each plate well.
|
Map<Plate,Integer> |
platesAggregated(Collection<Plate> collection)
Returns the aggregated number of data points for each plate.
|
int |
platesAggregated(Plate plate)
Returns the aggregated number of data points for the plate.
|
Map<Plate,Integer> |
platesAggregated(Plate[] array)
Returns the aggregated number of data points for each plate.
|
Map<Well,Integer> |
set(WellSet set)
Returns the number of data points for each well in the well set.
|
Map<WellSet,Integer> |
setsAggregated(Collection<WellSet> collection)
Returns the aggregated number of data points for each well set.
|
int |
setsAggregated(WellSet set)
Returns the aggregated number of data points for the well set.
|
Map<WellSet,Integer> |
setsAggregated(WellSet[] array)
Returns the aggregated number of data points for each well set.
|
int |
well(Well well)
Returns the number of well data points.
|
public Map<Well,Integer> plate(Plate plate)
Plate - the platepublic int platesAggregated(Plate plate)
Plate - the platepublic Map<Plate,Integer> platesAggregated(Collection<Plate> collection)
Collection - collection of platespublic Map<Plate,Integer> platesAggregated(Plate[] array)
PlateInteger[] - array of platespublic Map<Well,Integer> set(WellSet set)
WellSet - the well setpublic int setsAggregated(WellSet set)
WellSet - the well setpublic Map<WellSet,Integer> setsAggregated(Collection<WellSet> collection)
Collection - collection of well setspublic Map<WellSet,Integer> setsAggregated(WellSet[] array)
WellSetInteger[] - array of well setspublic int well(Well well)
Well - the wellCopyright © 2017. All rights reserved.