Uses of Class
ubic.gemma.core.loader.expression.geo.model.GeoValues
-
Packages that use GeoValues Package Description ubic.gemma.core.loader.expression.geo.model -
-
Uses of GeoValues in ubic.gemma.core.loader.expression.geo.model
Methods in ubic.gemma.core.loader.expression.geo.model that return GeoValues Modifier and Type Method Description GeoValues
GeoSeries. getValues()
GeoValues
GeoSeries. getValues(Collection<GeoSample> s)
Get a subset of the values.GeoValues
GeoValues. subset(Collection<GeoSample> samples)
This creates a new GeoValues that has data only for the selected samples.Methods in ubic.gemma.core.loader.expression.geo.model with parameters of type GeoValues Modifier and Type Method Description void
GeoSeries. setValues(GeoValues values)
-