Uses of Class
ubic.gemma.core.loader.expression.geo.model.GeoSample
Packages that use GeoSample
Package
Description
This package contains specific logic for dealing with single-cell data from GEO.
-
Uses of GeoSample in ubic.gemma.core.loader.expression.geo
Methods in ubic.gemma.core.loader.expression.geo that return types with arguments of type GeoSampleModifier and TypeMethodDescriptionstatic Map<GeoPlatform, List<GeoSample>> DatasetCombiner.getPlatformSampleMap(GeoSeries geoSeries) GeoParseResult.getSampleMap()GeoParseResult.getSamples() -
Uses of GeoSample in ubic.gemma.core.loader.expression.geo.model
Methods in ubic.gemma.core.loader.expression.geo.model that return types with arguments of type GeoSampleModifier and TypeMethodDescriptionGeoReplication.getSamples()GeoSeries.getSamples()GeoSubset.getSamples()GeoVariable.getSamples()Methods in ubic.gemma.core.loader.expression.geo.model with parameters of type GeoSampleModifier and TypeMethodDescriptionvoidvoidvoidOnly call this to add a sample for which there are no data.voidGeoReplication.addToRepeatsSampleList(GeoSample sample) voidGeoVariable.addToVariableSampleList(GeoSample sample) voidGeoValues.addValue(GeoSample sample, Integer quantitationTypeIndex, String designElement, String value) Store a value.intMethod parameters in ubic.gemma.core.loader.expression.geo.model with type arguments of type GeoSampleModifier and TypeMethodDescriptionvoidGeoSeries.addSamples(Collection<GeoSample> s) Add a group of samples to this series.voidGeoValues.clear(GeoPlatform platform, List<GeoSample> datasetSamples, Integer quantitationTypeIndex) If possible, null out the data for a quantitation type on a given platform.Integer[]GeoValues.getIndices(GeoPlatform platform, List<GeoSample> neededSamples, int quantitationType) Get the indices of the data for a set of samples - this can be used to get a slice of the data.GeoSeries.getValues(Collection<GeoSample> s) Get a subset of the values.voidGeoSeries.keepSamples(Collection<GeoSample> samplesToKeep) Only keep the given samples.voidGeoSeries.removeSamples(Collection<GeoSample> samplesToSkip) Clean up samples we have decided are ineligible (i.e., non transcriptomic)voidGeoReplication.setSamples(Collection<GeoSample> repeatsSampleList) voidGeoVariable.setSamples(Collection<GeoSample> variableSampleList) GeoValues.subset(Collection<GeoSample> samples) This creates a new GeoValues that has data only for the selected samples. -
Uses of GeoSample in ubic.gemma.core.loader.expression.geo.singleCell
Methods in ubic.gemma.core.loader.expression.geo.singleCell with parameters of type GeoSampleModifier and TypeMethodDescriptionAbstractSingleFileInSeriesSingleCellDetector.downloadSingleCellData(GeoSample sample) GeoSingleCellDetector.downloadSingleCellData(GeoSample sample) GeoSingleCellDetector.downloadSingleCellData(GeoSample sample, SingleCellDataType dataType) GeoSingleCellDetector.downloadSingleCellData(GeoSeries series, GeoSample sample) Download a sample in the context of a series.GeoSingleCellDetector.downloadSingleCellData(GeoSeries series, GeoSample sample, SingleCellDataType dataType) MexDetector.downloadSingleCellData(GeoSample sample) Retrieve single-cell data for the given GEO sample to disk.MexDetector.downloadSingleCellData(GeoSeries series, GeoSample sample) Download a GEO sample within the context of its series.SeriesAwareSingleCellDetector.downloadSingleCellData(GeoSeries series, GeoSample sample) SingleCellDetector.downloadSingleCellData(GeoSample sample) Download single-cell data for the given GEO sample.AbstractSingleFileInSeriesSingleCellDetector.getAdditionalSupplementaryFiles(GeoSample sample) GeoSingleCellDetector.getAdditionalSupplementaryFiles(GeoSample sample) GeoSingleCellDetector.getAdditionalSupplementaryFiles(GeoSeries series, GeoSample sample) MexDetector.getAdditionalSupplementaryFiles(GeoSample sample) MexDetector.getAdditionalSupplementaryFiles(GeoSeries series, GeoSample sample) SeriesAwareSingleCellDetector.getAdditionalSupplementaryFiles(GeoSeries series, GeoSample sample) SingleCellDetector.getAdditionalSupplementaryFiles(GeoSample sample) Obtain a list of all additional supplementary files.booleanAbstractSingleFileInSeriesSingleCellDetector.hasSingleCellData(GeoSample sample) Detection is not supported at the sample level.booleanGeoSingleCellDetector.hasSingleCellData(GeoSample sample) booleanGeoSingleCellDetector.hasSingleCellData(GeoSeries series, GeoSample sample) booleanLoomSingleCellDetector.hasSingleCellData(GeoSample sample) booleanMexDetector.hasSingleCellData(GeoSample sample) booleanMexDetector.hasSingleCellData(GeoSample sample, boolean allowArchiveLookup) Check if a GEO sample contains single-cell data.booleanMexDetector.hasSingleCellData(GeoSeries series, GeoSample sample) Check if a sample contains single-cell data in the context of its series.booleanSeriesAwareSingleCellDetector.hasSingleCellData(GeoSeries series, GeoSample sample) booleanSingleCellDetector.hasSingleCellData(GeoSample sample) Indicate if the given GEO sample has single-cell data.booleanGeoSingleCellDetector.hasSingleCellDataInSra(GeoSample sample) Check if a GEO sample has single-cell data in SRA.booleanGeoSingleCellDetector.isSingleCell(GeoSample sample, boolean hasSingleCellDataInSeries) Check if a GEO sample is single-cell by looking up its metadata.booleanGeoSingleCellDetector.isSingleNuclei(GeoSample sample, boolean hasSingleCellDataInSeries) Check if a GEO sample is single-nuclei by looking up its metadata.