Uses of Class
ubic.gemma.core.loader.expression.geo.model.GeoSeries
-
Packages that use GeoSeries Package Description ubic.gemma.core.loader.expression.geo ubic.gemma.core.loader.expression.geo.model -
-
Uses of GeoSeries in ubic.gemma.core.loader.expression.geo
Methods in ubic.gemma.core.loader.expression.geo that return types with arguments of type GeoSeries Modifier and Type Method Description Map<String,GeoSeries>
GeoParseResult. getSeries()
Map<String,GeoSeries>
GeoParseResult. getSeriesMap()
Methods in ubic.gemma.core.loader.expression.geo with parameters of type GeoSeries Modifier and Type Method Description GeoSampleCorrespondence
DatasetCombiner. findGSECorrespondence(GeoSeries series)
Try to line up samples across datasets contained in a series.static Map<GeoPlatform,List<GeoSample>>
DatasetCombiner. getPlatformSampleMap(GeoSeries geoSeries)
void
GeoDomainObjectGenerator. processDataSet(GeoSeries series, String dataSetAccession, GeoFamilyParser parser)
Process a data set and add it to the series -
Uses of GeoSeries in ubic.gemma.core.loader.expression.geo.model
Methods in ubic.gemma.core.loader.expression.geo.model that return types with arguments of type GeoSeries Modifier and Type Method Description Collection<GeoSeries>
GeoDataset. getSeries()
Methods in ubic.gemma.core.loader.expression.geo.model with parameters of type GeoSeries Modifier and Type Method Description void
GeoDataset. addSeries(GeoSeries newSeries)
void
GeoDataset. dissociateFromSeries(GeoSeries s)
This is used when we break a series up into two, along organism lines.Method parameters in ubic.gemma.core.loader.expression.geo.model with type arguments of type GeoSeries Modifier and Type Method Description void
GeoDataset. setSeries(Collection<GeoSeries> series)
-