Uses of Class
ubic.gemma.model.expression.bioAssay.BioAssay
-
-
Uses of BioAssay in ubic.gemma.cli.util
Methods in ubic.gemma.cli.util that return BioAssay Modifier and Type Method Description BioAssay
EntityLocator. locateBioAssay(ExpressionExperiment ee, String sampleId)
BioAssay
EntityLocator. locateBioAssay(ExpressionExperiment ee, QuantitationType quantitationType, String sampleId)
BioAssay
EntityLocatorImpl. locateBioAssay(ExpressionExperiment ee, String sampleId)
BioAssay
EntityLocatorImpl. locateBioAssay(ExpressionExperiment ee, QuantitationType qt, String sampleId)
-
Uses of BioAssay in ubic.gemma.core.analysis.preprocess
Methods in ubic.gemma.core.analysis.preprocess that return BioAssay Modifier and Type Method Description BioAssay
OutlierDetails. getBioAssay()
Method parameters in ubic.gemma.core.analysis.preprocess with type arguments of type BioAssay Modifier and Type Method Description Collection<OutlierDetails>
OutlierDetectionService. identifyOutliersByMedianCorrelation(DoubleMatrix<BioAssay,BioAssay> cormat)
Identify outliers by sorting by median, then looking for non-overlap of first quartile-second quartile range This is exposed for efficiency in geeq score calculation, use this#identifyOutliers(ExpressionExperiment, boolean, boolean) to have the correlation matrix computed correctly for you.Collection<OutlierDetails>
OutlierDetectionService. identifyOutliersByMedianCorrelation(DoubleMatrix<BioAssay,BioAssay> cormat)
Identify outliers by sorting by median, then looking for non-overlap of first quartile-second quartile range This is exposed for efficiency in geeq score calculation, use this#identifyOutliers(ExpressionExperiment, boolean, boolean) to have the correlation matrix computed correctly for you.Collection<OutlierDetails>
OutlierDetectionServiceImpl. identifyOutliersByMedianCorrelation(DoubleMatrix<BioAssay,BioAssay> cormat)
Collection<OutlierDetails>
OutlierDetectionServiceImpl. identifyOutliersByMedianCorrelation(DoubleMatrix<BioAssay,BioAssay> cormat)
Constructors in ubic.gemma.core.analysis.preprocess with parameters of type BioAssay Constructor Description OutlierDetails(BioAssay bioAssay)
-
Uses of BioAssay in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return types with arguments of type BioAssay Modifier and Type Method Description static Map<String,BioAssay>
BatchInfoParser. getAccessionToBioAssayMap(ExpressionExperiment ee)
-
Uses of BioAssay in ubic.gemma.core.analysis.preprocess.slice
Method parameters in ubic.gemma.core.analysis.preprocess.slice with type arguments of type BioAssay Modifier and Type Method Description static <T extends BulkExpressionDataVector>
Function<T,T>BulkDataSlicerUtils. createSlicer(List<BioAssay> assays, Class<T> vectorType)
Create a slicer function for bulk data vectors that can be applied on aStream
.static <T extends BulkExpressionDataVector>
Collection<T>BulkDataSlicerUtils. slice(Collection<T> vectors, List<BioAssay> assays, Class<T> vectorType)
Slice a collection of bulk data vectors. -
Uses of BioAssay in ubic.gemma.core.analysis.service
Method parameters in ubic.gemma.core.analysis.service with type arguments of type BioAssay Modifier and Type Method Description static String
ExpressionDataFileUtils. getDataOutputFilename(ExpressionExperiment ee, List<BioAssay> assays, boolean filtered, String suffix)
static String
ExpressionDataFileUtils. getDataOutputFilename(ExpressionExperiment ee, List<BioAssay> assays, QuantitationType type, String suffix)
Obtain the filename for writing a specific QT.ExpressionDataDoubleMatrix
ExpressionDataMatrixService. getProcessedExpressionDataMatrix(ExpressionExperiment ee, List<BioAssay> samples)
ExpressionDataDoubleMatrix
ExpressionDataMatrixServiceImpl. getProcessedExpressionDataMatrix(ExpressionExperiment ee, List<BioAssay> samples)
ExpressionDataDoubleMatrix
ExpressionDataMatrixService. getRawExpressionDataMatrix(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType)
ExpressionDataDoubleMatrix
ExpressionDataMatrixServiceImpl. getRawExpressionDataMatrix(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType)
void
OutlierFlaggingService. markAsMissing(Collection<BioAssay> assaysToRemove)
This does not actually remove the sample; rather, it sets all values to "missing" in the processed data.void
OutlierFlaggingServiceImpl. markAsMissing(Collection<BioAssay> bioAssays)
void
OutlierFlaggingService. unmarkAsMissing(Collection<BioAssay> bioAssays)
Reverts the action of markAsMissing.void
OutlierFlaggingServiceImpl. unmarkAsMissing(Collection<BioAssay> bioAssays)
int
ExpressionDataFileService. writeMexSingleCellExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, boolean useEnsemblIds, int fetchSize, boolean forceWrite, Path destDir)
int
ExpressionDataFileService. writeMexSingleCellExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, boolean useEnsemblIds, OutputStream stream)
int
ExpressionDataFileServiceImpl. writeMexSingleCellExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, boolean useEnsemblIds, int fetchSize, boolean forceWrite, Path destDir)
int
ExpressionDataFileServiceImpl. writeMexSingleCellExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, boolean useEnsemblIds, OutputStream stream)
int
ExpressionDataFileService. writeProcessedExpressionData(ExpressionExperiment ee, List<BioAssay> samples, boolean filtered, ScaleType scaleType, Writer writer, boolean autoFlush)
int
ExpressionDataFileServiceImpl. writeProcessedExpressionData(ExpressionExperiment ee, List<BioAssay> samples, boolean filtered, ScaleType scaleType, Writer writer, boolean autoFlush)
int
ExpressionDataFileService. writeRawExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, Writer writer, boolean autoFlush)
int
ExpressionDataFileServiceImpl. writeRawExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, Writer writer, boolean autoFlush)
int
ExpressionDataFileService. writeTabularSingleCellExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, int fetchSize, Writer writer, boolean autoFlush)
int
ExpressionDataFileServiceImpl. writeTabularSingleCellExpressionData(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt, ScaleType scaleType, int fetchSize, Writer writer, boolean autoFlush)
-
Uses of BioAssay in ubic.gemma.core.analysis.singleCell
Methods in ubic.gemma.core.analysis.singleCell with parameters of type BioAssay Modifier and Type Method Description static double
SingleCellDescriptive. mean(SingleCellExpressionDataVector vector, BioAssay sample)
Calculate the mean of a given assay.static double
SingleCellDescriptive. sampleStandardDeviation(SingleCellExpressionDataVector vector, BioAssay sample)
static double
SingleCellDescriptive. sampleVariance(SingleCellExpressionDataVector vector, BioAssay sample)
Calculate the variance of a given assay.Method parameters in ubic.gemma.core.analysis.singleCell with type arguments of type BioAssay Modifier and Type Method Description static Function<SingleCellExpressionDataVector,SingleCellExpressionDataVector>
SingleCellSlicerUtils. createSlicer(List<BioAssay> assays)
Create a slicer for single-cell data vectors.static Function<SingleCellExpressionDataVector,SingleCellExpressionDataVector>
SingleCellSlicerUtils. createSlicer(List<BioAssay> assays, List<String> cellIds, Set<CellTypeAssignment> ctas, Set<CellLevelCharacteristics> clcs)
Create a slicer for single-cell data vectors whose cell IDs, CTAs, and CLCs are already pre-sliced.static Collection<SingleCellExpressionDataVector>
SingleCellSlicerUtils. slice(Collection<SingleCellExpressionDataVector> vectors, List<BioAssay> bioAssays)
static List<String>
SingleCellSlicerUtils. sliceCellIds(SingleCellDimension singleCellDimension, List<BioAssay> assays, int[] starts, int[] ends, int numCells)
static Set<CellLevelCharacteristics>
SingleCellSlicerUtils. sliceClcs(SingleCellDimension singleCellDimension, List<BioAssay> assays, int[] starts, int[] ends, int numCells)
static Set<CellTypeAssignment>
SingleCellSlicerUtils. sliceCtas(SingleCellDimension singleCellDimension, List<BioAssay> assays, int[] starts, int[] ends, int numCells)
-
Uses of BioAssay in ubic.gemma.core.analysis.singleCell.aggregate
Method parameters in ubic.gemma.core.analysis.singleCell.aggregate with type arguments of type BioAssay Modifier and Type Method Description QuantitationType
SingleCellExpressionExperimentAggregatorService. aggregateVectors(ExpressionExperiment ee, QuantitationType qt, List<BioAssay> cellBAs, CellLevelCharacteristics cellLevelCharacteristics, ExperimentalFactor factor, Map<Characteristic,FactorValue> cellTypeMapping, AggregateConfig config)
Aggregate preferred single-cell data vectors by the given cell-level characteristics.QuantitationType
SingleCellExpressionExperimentAggregatorServiceImpl. aggregateVectors(ExpressionExperiment ee, QuantitationType qt, List<BioAssay> cellBAs, CellLevelCharacteristics cellLevelCharacteristics, ExperimentalFactor factor, Map<Characteristic,FactorValue> cellType2Factor, AggregateConfig config)
QuantitationType
SingleCellExpressionExperimentAggregatorService. aggregateVectorsByCellType(ExpressionExperiment ee, List<BioAssay> cellBAs, AggregateConfig config)
Aggregate preferred single-cell data vectors by the preferred cell type assignment and the only cell type factor of the experiment.QuantitationType
SingleCellExpressionExperimentAggregatorServiceImpl. aggregateVectorsByCellType(ExpressionExperiment ee, List<BioAssay> cellBAs, AggregateConfig config)
-
Uses of BioAssay in ubic.gemma.core.datastructure.matrix
Fields in ubic.gemma.core.datastructure.matrix with type parameters of type BioAssay Modifier and Type Field Description protected Map<BioAssay,Integer>
BaseExpressionDataMatrix. columnAssayMap
protected Map<Integer,Collection<BioAssay>>
BaseExpressionDataMatrix. columnBioAssayMapByInteger
Methods in ubic.gemma.core.datastructure.matrix that return BioAssay Modifier and Type Method Description BioAssay
BaseExpressionDataMatrix. getBioAssayForColumn(int index)
BioAssay
BulkExpressionDataMatrix. getBioAssayForColumn(int index)
Obtain a single assay for a column.BioAssay
SingleCellExpressionDataDoubleMatrix. getBioAssayForColumn(int j)
BioAssay
SingleCellExpressionDataIntMatrix. getBioAssayForColumn(int j)
BioAssay
SingleCellExpressionDataMatrix. getBioAssayForColumn(int j)
Obtain a bioassay applicable to a given column.Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type BioAssay Modifier and Type Method Description List<BioAssay>
SingleCellExpressionDataDoubleMatrix. getBioAssays()
List<BioAssay>
SingleCellExpressionDataIntMatrix. getBioAssays()
List<BioAssay>
SingleCellExpressionDataMatrix. getBioAssays()
Obtain the list of bioassays.Collection<BioAssay>
BaseExpressionDataMatrix. getBioAssaysForColumn(int index)
Collection<BioAssay>
BulkExpressionDataMatrix. getBioAssaysForColumn(int index)
static <R> DoubleMatrix<R,BioAssay>
ExpressionDataMatrixColumnSort. orderByExperimentalDesign(DoubleMatrix<R,BioAssay> mat, Collection<ExperimentalFactor> factors, ExperimentalFactor primaryFactor)
Methods in ubic.gemma.core.datastructure.matrix with parameters of type BioAssay Modifier and Type Method Description T
BulkExpressionDataMatrix. get(CompositeSequence designElement, BioAssay bioAssay)
Access a single value of the matrix.Object
EmptyExpressionMatrix. get(CompositeSequence designElement, BioAssay bioAssay)
Boolean
ExpressionDataBooleanMatrix. get(CompositeSequence designElement, BioAssay bioAssay)
Double
ExpressionDataDoubleMatrix. get(CompositeSequence designElement, BioAssay bioAssay)
Integer
ExpressionDataIntegerMatrix. get(CompositeSequence designElement, BioAssay bioAssay)
String
ExpressionDataStringMatrix. get(CompositeSequence designElement, BioAssay bioAssay)
T[]
BulkExpressionDataMatrix. getColumn(BioAssay bioAssay)
Access a single column of the matrix.Object[]
EmptyExpressionMatrix. getColumn(BioAssay bioAssay)
Boolean[]
ExpressionDataBooleanMatrix. getColumn(BioAssay bioAssay)
Double[]
ExpressionDataDoubleMatrix. getColumn(BioAssay bioAssay)
Integer[]
ExpressionDataIntegerMatrix. getColumn(BioAssay bioAssay)
String[]
ExpressionDataStringMatrix. getColumn(BioAssay bioAssay)
double[]
ExpressionDataDoubleMatrix. getColumnAsDoubles(BioAssay bioAssay)
Retrieve the given column without boxing.int
BaseExpressionDataMatrix. getColumnIndex(BioAssay bioAssay)
Obtain the column index of a given assay.int
BulkExpressionDataMatrix. getColumnIndex(BioAssay bioAssay)
void
ExpressionDataDoubleMatrix. set(CompositeSequence designElement, BioAssay bioAssay, Double value)
Method parameters in ubic.gemma.core.datastructure.matrix with type arguments of type BioAssay Modifier and Type Method Description T[][]
BulkExpressionDataMatrix. getColumns(List<BioAssay> bioAssays)
Access a submatrix slice by columnsObject[][]
EmptyExpressionMatrix. getColumns(List<BioAssay> bioAssays)
Boolean[][]
ExpressionDataBooleanMatrix. getColumns(List<BioAssay> bioAssays)
Double[][]
ExpressionDataDoubleMatrix. getColumns(List<BioAssay> bioAssays)
Integer[][]
ExpressionDataIntegerMatrix. getColumns(List<BioAssay> bioAssays)
String[][]
ExpressionDataStringMatrix. getColumns(List<BioAssay> bioAssays)
static <R> DoubleMatrix<R,BioAssay>
ExpressionDataMatrixColumnSort. orderByExperimentalDesign(DoubleMatrix<R,BioAssay> mat, Collection<ExperimentalFactor> factors, ExperimentalFactor primaryFactor)
protected <R,C,V>
voidBaseExpressionDataMatrix. setMatBioAssayValues(AbstractMatrix<R,C,V> mat, Integer rowIndex, V[] vals, Collection<BioAssay> bioAssays, Iterator<BioAssay> it)
protected <R,C,V>
voidBaseExpressionDataMatrix. setMatBioAssayValues(AbstractMatrix<R,C,V> mat, Integer rowIndex, V[] vals, Collection<BioAssay> bioAssays, Iterator<BioAssay> it)
-
Uses of BioAssay in ubic.gemma.core.datastructure.matrix.io
Methods in ubic.gemma.core.datastructure.matrix.io with parameters of type BioAssay Modifier and Type Method Description static String
ExpressionDataWriterUtils. constructSampleName(BioMaterial bm, BioAssay ba)
Construct a sample name in case there is only one BioAssay attached to the corresponding BioMaterial.Method parameters in ubic.gemma.core.datastructure.matrix.io with type arguments of type BioAssay Modifier and Type Method Description static String
ExpressionDataWriterUtils. constructSampleExternalId(BioMaterial bioMaterial, Collection<BioAssay> bioAssays)
static String
ExpressionDataWriterUtils. constructSampleName(BioMaterial bioMaterial, Collection<BioAssay> bioAssays)
Construct a BioAssay column name prefixed by theBioMaterial
from which it originates.void
ExperimentalDesignWriter. write(Writer writer, ExpressionExperiment ee, Collection<BioAssay> bioAssays, boolean writeBaseHeader, boolean writeHeader)
int
MexMatrixWriter. write(Stream<SingleCellExpressionDataVector> vectors, int numVecs, Map<BioAssay,Long> nnzBySample, Map<CompositeSequence,Set<Gene>> cs2gene, Path outputDir)
Writes a stream of vectors to a directory. -
Uses of BioAssay in ubic.gemma.core.loader.expression
Methods in ubic.gemma.core.loader.expression that return BioAssay Modifier and Type Method Description static BioAssay
AffyPowerToolsProbesetSummarize. matchBioAssayToCelFileName(Map<String,BioAssay> bmap, String fileName)
Method parameters in ubic.gemma.core.loader.expression with type arguments of type BioAssay Modifier and Type Method Description void
DataUpdater. addCountData(ExpressionExperiment ee, ArrayDesign targetArrayDesign, DoubleMatrix<String,String> countMatrix, DoubleMatrix<String,String> rpkmMatrix, Map<BioAssay,SequencingMetadata> sequencingMetadata, boolean allowMissingSamples)
void
DataUpdaterImpl. addCountData(ExpressionExperiment ee, ArrayDesign targetArrayDesign, DoubleMatrix<String,String> countMatrix, DoubleMatrix<String,String> rpkmMatrix, Map<BioAssay,SequencingMetadata> sequencingMetadata, boolean allowMissingSamples)
RNA-seq: Replaces data.Set<ExperimentalFactor>
AbstractDelegatingDataLoader. getFactors(Collection<BioAssay> samples, Map<BioMaterial,Set<FactorValue>> factorValueAssignments)
Set<ExperimentalFactor>
DataLoader. getFactors(Collection<BioAssay> samples, Map<BioMaterial,Set<FactorValue>> factorValueAssignments)
Load experimental factors present in the data.Map<BioMaterial,Set<Characteristic>>
AbstractDelegatingDataLoader. getSamplesCharacteristics(Collection<BioAssay> samples)
Map<BioMaterial,Set<Characteristic>>
DataLoader. getSamplesCharacteristics(Collection<BioAssay> samples)
Load samples characteristics present in the data.static BioAssay
AffyPowerToolsProbesetSummarize. matchBioAssayToCelFileName(Map<String,BioAssay> bmap, String fileName)
-
Uses of BioAssay in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign that return types with arguments of type BioAssay Modifier and Type Method Description static Map<BioAssay,String>
AffyChipTypeExtractor. getChipTypes(ExpressionExperiment ee, Collection<File> files)
Extract a string like "Rat230_2" from CEL files. -
Uses of BioAssay in ubic.gemma.core.loader.expression.geo.singleCell
Methods in ubic.gemma.core.loader.expression.geo.singleCell that return types with arguments of type BioAssay Modifier and Type Method Description protected Set<BioAssay>
GeoBioAssayMapper. matchAllInternal(Collection<BioAssay> bas, String sampleName)
Methods in ubic.gemma.core.loader.expression.geo.singleCell with parameters of type BioAssay Modifier and Type Method Description List<String>
GeoBioAssayMapper. getCandidateIdentifiers(BioAssay entity)
Method parameters in ubic.gemma.core.loader.expression.geo.singleCell with type arguments of type BioAssay Modifier and Type Method Description protected Set<BioAssay>
GeoBioAssayMapper. matchAllInternal(Collection<BioAssay> bas, String sampleName)
-
Uses of BioAssay in ubic.gemma.core.loader.expression.sequencing
Methods in ubic.gemma.core.loader.expression.sequencing that return types with arguments of type BioAssay Modifier and Type Method Description Map<BioAssay,SequencingMetadata>
AbstractDelegatingSequencingDataLoader. getSequencingMetadata(Collection<BioAssay> samples)
Map<BioAssay,SequencingMetadata>
SequencingDataLoader. getSequencingMetadata(Collection<BioAssay> samples)
Retrieve various sequencing metadata if counting data is present.Map<BioAssay,SequencingMetadata>
SequencingMetadataFileDataLoader. getSequencingMetadata(Collection<BioAssay> bioAssays)
Method parameters in ubic.gemma.core.loader.expression.sequencing with type arguments of type BioAssay Modifier and Type Method Description Map<BioAssay,SequencingMetadata>
AbstractDelegatingSequencingDataLoader. getSequencingMetadata(Collection<BioAssay> samples)
Map<BioAssay,SequencingMetadata>
SequencingDataLoader. getSequencingMetadata(Collection<BioAssay> samples)
Retrieve various sequencing metadata if counting data is present.Map<BioAssay,SequencingMetadata>
SequencingMetadataFileDataLoader. getSequencingMetadata(Collection<BioAssay> bioAssays)
-
Uses of BioAssay in ubic.gemma.core.loader.expression.singleCell
Constructor parameters in ubic.gemma.core.loader.expression.singleCell with type arguments of type BioAssay Constructor Description AnnDataSingleCellDataLoaderConfigurer(Path annDataFile, Collection<BioAssay> bioAssays, BioAssayMapper bioAssayMapper)
MexSingleCellDataLoaderConfigurer(Path mexDir, Collection<BioAssay> bioAssays, BioAssayMapper bioAssayMapper)
-
Uses of BioAssay in ubic.gemma.core.loader.util.mapper
Methods in ubic.gemma.core.loader.util.mapper that return types with arguments of type BioAssay Modifier and Type Method Description EntityMapper.StatefulEntityMapper<BioAssay>
AbstractBioAssayMapper. forCandidates(Collection<BioAssay> candidates)
default EntityMapper.StatefulEntityMapper<BioAssay>
BioAssayMapper. forCandidates(BioAssaySet bioAssaySet)
EntityMapper.StatefulEntityMapper<BioAssay>
RenamingBioAssayMapper. forCandidates(Collection<BioAssay> candidates)
Set<BioAssay>
AbstractBioAssayMapper. matchAll(Collection<BioAssay> candidates, String identifier)
Map<String,Set<BioAssay>>
AbstractBioAssayMapper. matchAll(Collection<BioAssay> candidates, Collection<String> identifiers)
Set<BioAssay>
RenamingBioAssayMapper. matchAll(Collection<BioAssay> bioAssays, String sampleName)
protected abstract Set<BioAssay>
AbstractBioAssayMapper. matchAllInternal(Collection<BioAssay> candidates, String identifier)
Set<BioAssay>
SimpleBioAssayMapper. matchAllInternal(Collection<BioAssay> bas, String n)
Optional<BioAssay>
AbstractBioAssayMapper. matchOne(Collection<BioAssay> candidates, String identifier)
Map<String,BioAssay>
AbstractBioAssayMapper. matchOne(Collection<BioAssay> candidates, Collection<String> identifiers)
Optional<BioAssay>
RenamingBioAssayMapper. matchOne(Collection<BioAssay> bioAssays, String sampleName)
Methods in ubic.gemma.core.loader.util.mapper with parameters of type BioAssay Modifier and Type Method Description List<String>
SimpleBioAssayMapper. getCandidateIdentifiers(BioAssay entity)
Method parameters in ubic.gemma.core.loader.util.mapper with type arguments of type BioAssay Modifier and Type Method Description boolean
AbstractBioAssayMapper. contains(Collection<BioAssay> candidates, String identifier)
boolean
RenamingBioAssayMapper. contains(Collection<BioAssay> bioAssays, String sampleName)
boolean
AbstractBioAssayMapper. containsAny(Collection<BioAssay> candidates, Collection<String> identifiers)
boolean
RenamingBioAssayMapper. containsAny(Collection<BioAssay> bioAssays, Collection<String> sampleNames)
EntityMapper.StatefulEntityMapper<BioAssay>
AbstractBioAssayMapper. forCandidates(Collection<BioAssay> candidates)
EntityMapper.StatefulEntityMapper<BioAssay>
RenamingBioAssayMapper. forCandidates(Collection<BioAssay> candidates)
static String
EntityMapperUtils. getPossibleIdentifiers(Collection<BioAssay> bioAssays, EntityMapper<BioAssay> mapper)
Render a breakdown of possibleBioAssay -> sample identifier
associations.static String
EntityMapperUtils. getPossibleIdentifiers(Collection<BioAssay> bioAssays, EntityMapper<BioAssay> mapper)
Render a breakdown of possibleBioAssay -> sample identifier
associations.Set<BioAssay>
AbstractBioAssayMapper. matchAll(Collection<BioAssay> candidates, String identifier)
Map<String,Set<BioAssay>>
AbstractBioAssayMapper. matchAll(Collection<BioAssay> candidates, Collection<String> identifiers)
Set<BioAssay>
RenamingBioAssayMapper. matchAll(Collection<BioAssay> bioAssays, String sampleName)
protected abstract Set<BioAssay>
AbstractBioAssayMapper. matchAllInternal(Collection<BioAssay> candidates, String identifier)
Set<BioAssay>
SimpleBioAssayMapper. matchAllInternal(Collection<BioAssay> bas, String n)
Optional<BioAssay>
AbstractBioAssayMapper. matchOne(Collection<BioAssay> candidates, String identifier)
Map<String,BioAssay>
AbstractBioAssayMapper. matchOne(Collection<BioAssay> candidates, Collection<String> identifiers)
Optional<BioAssay>
RenamingBioAssayMapper. matchOne(Collection<BioAssay> bioAssays, String sampleName)
protected <T> boolean
AbstractBioAssayMapper. matchWithFunction(Collection<BioAssay> bas, Function<BioAssay,T> extractor, BiFunction<T,String,Boolean> func, String sampleName, Collection<BioAssay> results)
protected <T> boolean
AbstractBioAssayMapper. matchWithFunction(Collection<BioAssay> bas, Function<BioAssay,T> extractor, BiFunction<T,String,Boolean> func, String sampleName, Collection<BioAssay> results)
Constructor parameters in ubic.gemma.core.loader.util.mapper with type arguments of type BioAssay Constructor Description CellIdOverlapBioAssayMapper(Map<BioAssay,Set<String>> bioAssayToCellIds, Map<String,Set<String>> sampleNameToCellIds)
-
Uses of BioAssay in ubic.gemma.core.visualization
Method parameters in ubic.gemma.core.visualization with type arguments of type BioAssay Modifier and Type Method Description void
SingleCellDataBoxplot. setBioAssays(List<BioAssay> bioAssays)
Constructor parameters in ubic.gemma.core.visualization with type arguments of type BioAssay Constructor Description SingleCellSparsityHeatmap(ExpressionExperiment expressionExperiment, SingleCellDimension singleCellDimension, BioAssayDimension dimension, Collection<ExpressionExperimentSubSet> subSets, Map<BioAssay,Long> designElementsPerSample, SingleCellSparsityHeatmap.SingleCellHeatmapType type)
-
Uses of BioAssay in ubic.gemma.model.expression.bioAssay
Methods in ubic.gemma.model.expression.bioAssay that return BioAssay Modifier and Type Method Description static BioAssay
BioAssay.Factory. newInstance()
static BioAssay
BioAssay.Factory. newInstance(String name)
static BioAssay
BioAssay.Factory. newInstance(String name, ArrayDesign arrayDesignUsed, BioMaterial sampleUsed)
Methods in ubic.gemma.model.expression.bioAssay that return types with arguments of type BioAssay Modifier and Type Method Description static Map<BioAssay,BioAssay>
BioAssayUtils. createBioAssayToSourceBioAssayMap(BioAssaySet sourceAssaySet, Collection<BioAssay> bas)
Create a mapping between assays and their source assays from a givenBioAssaySet
.static Map<BioAssay,BioAssay>
BioAssayUtils. createBioAssayToSourceBioAssayMap(BioAssaySet sourceAssaySet, Collection<BioAssay> bas)
Create a mapping between assays and their source assays from a givenBioAssaySet
.Method parameters in ubic.gemma.model.expression.bioAssay with type arguments of type BioAssay Modifier and Type Method Description static Collection<BioAssayValueObject>
BioAssayValueObject. convert2ValueObjects(Collection<BioAssay> bioAssays)
static Map<BioAssay,BioAssay>
BioAssayUtils. createBioAssayToSourceBioAssayMap(BioAssaySet sourceAssaySet, Collection<BioAssay> bas)
Create a mapping between assays and their source assays from a givenBioAssaySet
.Constructors in ubic.gemma.model.expression.bioAssay with parameters of type BioAssay Constructor Description BioAssayValueObject(BioAssay bioAssay)
BioAssayValueObject(BioAssay bioAssay, boolean basic)
BioAssayValueObject(BioAssay bioAssay, boolean basic, boolean predictedOutlier)
BioAssayValueObject(BioAssay bioAssay, Map<ArrayDesign,ArrayDesignValueObject> ad2vo, BioAssay sourceBioAssay, boolean basic, boolean allFactorValues)
-
Uses of BioAssay in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return BioAssay Modifier and Type Method Description BioAssay
SingleCellDimension. getBioAssay(int cellIndex)
Obtain theBioAssay
for a given cell position.Methods in ubic.gemma.model.expression.bioAssayData that return types with arguments of type BioAssay Modifier and Type Method Description static Map<BioAssay,Map<String,Integer>>
SingleCellDimensionUtils. createIndex(SingleCellDimension singleCellDimension)
Create an index of bioassays to their cell IDs and their position in the bioassays.static Map<String,Map<BioAssay,Integer>>
SingleCellDimensionUtils. createReverseIndex(SingleCellDimension singleCellDimension)
Create a reverse index of cell IDs to their corresponding position in bioassays.List<BioAssay>
BioAssayDimension. getBioAssays()
Methods in ubic.gemma.model.expression.bioAssayData with parameters of type BioAssay Modifier and Type Method Description static double[]
SingleCellExpressionDataVectorUtils. getSampleDataAsDoubles(SingleCellExpressionDataVector vector, BioAssay sample)
static int
SingleCellExpressionDataVectorUtils. getSampleEnd(SingleCellExpressionDataVector vector, BioAssay sample)
static int
SingleCellExpressionDataVectorUtils. getSampleEnd(SingleCellExpressionDataVector vector, BioAssay sample, int after)
static int
SingleCellExpressionDataVectorUtils. getSampleStart(SingleCellExpressionDataVector vector, BioAssay sample)
static int
SingleCellExpressionDataVectorUtils. getSampleStart(SingleCellExpressionDataVector vector, BioAssay sample, int after)
Method parameters in ubic.gemma.model.expression.bioAssayData with type arguments of type BioAssay Modifier and Type Method Description static BioAssayDimension
BioAssayDimension.Factory. newInstance(List<BioAssay> bioAssays)
void
BioAssayDimension. setBioAssays(List<BioAssay> bioAssays)
-
Uses of BioAssay in ubic.gemma.model.expression.biomaterial
Methods in ubic.gemma.model.expression.biomaterial that return types with arguments of type BioAssay Modifier and Type Method Description Set<BioAssay>
BioMaterial. getAllBioAssaysUsedIn()
Obtain all the assays used in the hierarchy of biomaterials viaBioMaterial.getSourceBioMaterial()
.Set<BioAssay>
BioMaterial. getBioAssaysUsedIn()
Method parameters in ubic.gemma.model.expression.biomaterial with type arguments of type BioAssay Modifier and Type Method Description void
BioMaterial. setBioAssaysUsedIn(Set<BioAssay> bioAssaysUsedIn)
Constructors in ubic.gemma.model.expression.biomaterial with parameters of type BioAssay Constructor Description BioMaterialValueObject(BioMaterial bm, BioAssay ba)
-
Uses of BioAssay in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type BioAssay Modifier and Type Method Description Set<BioAssay>
BioAssaySet. getBioAssays()
Set<BioAssay>
ExpressionExperiment. getBioAssays()
Method parameters in ubic.gemma.model.expression.experiment with type arguments of type BioAssay Modifier and Type Method Description void
BioAssaySet. setBioAssays(Set<BioAssay> bioAssays)
-
Uses of BioAssay in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression
Methods in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression that return types with arguments of type BioAssay Modifier and Type Method Description DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. compute(ExpressionExperiment ee, PreparedCoexMatrices matrices)
Computes sample correlation matrices for the given experiment.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. compute(ExpressionExperiment ee, PreparedCoexMatrices matrices)
Computes sample correlation matrices for the given experiment.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. compute(ExpressionExperiment ee, PreparedCoexMatrices matrices)
Unfortunately, this method breaks under high contention (see #400, so we need to fully lock the database while undergoing usingIsolation.SERIALIZABLE
transaction isolation level.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. compute(ExpressionExperiment ee, PreparedCoexMatrices matrices)
Unfortunately, this method breaks under high contention (see #400, so we need to fully lock the database while undergoing usingIsolation.SERIALIZABLE
transaction isolation level.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. loadBestMatrix(ExpressionExperiment ee)
Loads the analysis containing the coexpression matrices for the given experiment and converts the regressed coexpression matrix into a double matrix.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. loadBestMatrix(ExpressionExperiment ee)
Loads the analysis containing the coexpression matrices for the given experiment and converts the regressed coexpression matrix into a double matrix.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. loadBestMatrix(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. loadBestMatrix(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. loadFullMatrix(ExpressionExperiment ee)
Loads the analysis containing the coexpression matrices for the given experiment and converts the full (non-regressed) coexpression matrix into a double matrix.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. loadFullMatrix(ExpressionExperiment ee)
Loads the analysis containing the coexpression matrices for the given experiment and converts the full (non-regressed) coexpression matrix into a double matrix.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. loadFullMatrix(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. loadFullMatrix(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. loadRegressedMatrix(ExpressionExperiment ee)
Load the regressed coexpression matrix for the given experiment.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. loadRegressedMatrix(ExpressionExperiment ee)
Load the regressed coexpression matrix for the given experiment.DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. loadRegressedMatrix(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. loadRegressedMatrix(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. retrieveExisting(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisService. retrieveExisting(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. retrieveExisting(ExpressionExperiment ee)
DoubleMatrix<BioAssay,BioAssay>
SampleCoexpressionAnalysisServiceImpl. retrieveExisting(ExpressionExperiment ee)
-
Uses of BioAssay in ubic.gemma.persistence.service.expression.arrayDesign
Methods in ubic.gemma.persistence.service.expression.arrayDesign that return types with arguments of type BioAssay Modifier and Type Method Description Collection<BioAssay>
ArrayDesignDao. getAllAssociatedBioAssays(ArrayDesign arrayDesign)
Collection<BioAssay>
ArrayDesignDaoImpl. getAllAssociatedBioAssays(ArrayDesign arrayDesign)
Collection<BioAssay>
ArrayDesignService. getAllAssociatedBioAssays(ArrayDesign arrayDesign)
Collection<BioAssay>
ArrayDesignServiceImpl. getAllAssociatedBioAssays(ArrayDesign arrayDesign)
-
Uses of BioAssay in ubic.gemma.persistence.service.expression.bioAssay
Methods in ubic.gemma.persistence.service.expression.bioAssay that return BioAssay Modifier and Type Method Description BioAssay
BioAssayService. create(BioAssay bioAssay)
BioAssay
BioAssayDaoImpl. find(BioAssay bioAssay)
BioAssay
BioAssayDao. findByShortName(String shortName)
BioAssay
BioAssayDaoImpl. findByShortName(String shortName)
BioAssay
BioAssayService. findByShortName(String shortName)
BioAssay
BioAssayServiceImpl. findByShortName(String shortName)
BioAssay
BioAssayService. findOrCreate(BioAssay bioAssay)
BioAssay
BioAssayService. load(Long id)
BioAssay
BioAssayService. thaw(BioAssay bioAssay)
BioAssay
BioAssayServiceImpl. thaw(BioAssay ba)
Methods in ubic.gemma.persistence.service.expression.bioAssay that return types with arguments of type BioAssay Modifier and Type Method Description Collection<BioAssay>
BioAssayDao. findByAccession(String accession)
Collection<BioAssay>
BioAssayDaoImpl. findByAccession(String accession)
Collection<BioAssay>
BioAssayService. findByAccession(String accession)
Collection<BioAssay>
BioAssayServiceImpl. findByAccession(String accession)
Collection<BioAssay>
BioAssayService. findSiblings(BioAssay bioAssay)
Collection<BioAssay>
BioAssayServiceImpl. findSiblings(BioAssay bioAssay)
Collection<BioAssay>
BioAssayService. findSubBioAssays(BioAssay bioAssay, boolean direct)
Collection<BioAssay>
BioAssayServiceImpl. findSubBioAssays(BioAssay bioAssay, boolean direct)
Collection<BioAssay>
BioAssayService. load(Collection<Long> ids)
Collection<BioAssay>
BioAssayService. loadAll()
Collection<BioAssay>
BioAssayService. thaw(Collection<BioAssay> bioAssays)
Collection<BioAssay>
BioAssayServiceImpl. thaw(Collection<BioAssay> bioAssays)
Methods in ubic.gemma.persistence.service.expression.bioAssay with parameters of type BioAssay Modifier and Type Method Description void
BioAssayService. addBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial)
Associates a bioMaterial with a specified bioAssay.void
BioAssayServiceImpl. addBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial)
BioAssay
BioAssayService. create(BioAssay bioAssay)
protected BioAssayValueObject
BioAssayDaoImpl. doLoadValueObject(BioAssay entity)
BioAssay
BioAssayDaoImpl. find(BioAssay bioAssay)
Collection<BioAssayDimension>
BioAssayDao. findBioAssayDimensions(BioAssay bioAssay)
Collection<BioAssayDimension>
BioAssayDaoImpl. findBioAssayDimensions(BioAssay bioAssay)
Collection<BioAssayDimension>
BioAssayService. findBioAssayDimensions(BioAssay bioAssay)
Locate all BioAssayDimensions in which the selected BioAssay occursCollection<BioAssayDimension>
BioAssayServiceImpl. findBioAssayDimensions(BioAssay bioAssay)
BioAssay
BioAssayService. findOrCreate(BioAssay bioAssay)
Collection<BioAssay>
BioAssayService. findSiblings(BioAssay bioAssay)
Collection<BioAssay>
BioAssayServiceImpl. findSiblings(BioAssay bioAssay)
Collection<BioAssay>
BioAssayService. findSubBioAssays(BioAssay bioAssay, boolean direct)
Collection<BioAssay>
BioAssayServiceImpl. findSubBioAssays(BioAssay bioAssay, boolean direct)
Collection<BioAssaySet>
BioAssayDao. getBioAssaySets(BioAssay bioAssay)
Collection<BioAssaySet>
BioAssayDaoImpl. getBioAssaySets(BioAssay bioAssay)
Collection<BioAssaySet>
BioAssayService. getBioAssaySets(BioAssay bioAssay)
Obtain all theBioAssaySet
that contain the givenBioAssay
.Collection<BioAssaySet>
BioAssayServiceImpl. getBioAssaySets(BioAssay bioAssay)
void
BioAssayService. remove(BioAssay bioAssay)
void
BioAssayService. removeBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial)
Removes the association between a specific bioMaterial and a bioAssay.void
BioAssayServiceImpl. removeBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial)
BioAssay
BioAssayService. thaw(BioAssay bioAssay)
BioAssay
BioAssayServiceImpl. thaw(BioAssay ba)
void
BioAssayService. update(BioAssay bioAssay)
Method parameters in ubic.gemma.persistence.service.expression.bioAssay with type arguments of type BioAssay Modifier and Type Method Description List<BioAssayValueObject>
BioAssayDao. loadValueObjects(Collection<BioAssay> entities, Map<ArrayDesign,ArrayDesignValueObject> ad2vo, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayDaoImpl. loadValueObjects(Collection<BioAssay> entities, Map<ArrayDesign,ArrayDesignValueObject> ad2vo, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayService. loadValueObjects(Collection<BioAssay> entities, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayService. loadValueObjects(Collection<BioAssay> entities, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayService. loadValueObjects(Collection<BioAssay> entities, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayServiceImpl. loadValueObjects(Collection<BioAssay> entities, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayServiceImpl. loadValueObjects(Collection<BioAssay> entities, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
List<BioAssayValueObject>
BioAssayServiceImpl. loadValueObjects(Collection<BioAssay> entities, Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
Collection<BioAssay>
BioAssayService. thaw(Collection<BioAssay> bioAssays)
Collection<BioAssay>
BioAssayServiceImpl. thaw(Collection<BioAssay> bioAssays)
-
Uses of BioAssay in ubic.gemma.persistence.service.expression.bioAssayData
Method parameters in ubic.gemma.persistence.service.expression.bioAssayData with type arguments of type BioAssay Modifier and Type Method Description Collection<BioAssayDimension>
BioAssayDimensionDao. findByBioAssaysContainingAll(Collection<BioAssay> bioAssays)
Find all the dimensions that contains all the given assays.Collection<BioAssayDimension>
BioAssayDimensionDaoImpl. findByBioAssaysContainingAll(Collection<BioAssay> bioAssays)
Collection<BioAssayDimension>
BioAssayDimensionService. findByBioAssaysContainingAll(Collection<BioAssay> bioAssays)
Collection<BioAssayDimension>
BioAssayDimensionServiceImpl. findByBioAssaysContainingAll(Collection<BioAssay> bioAssays)
-
Uses of BioAssay in ubic.gemma.persistence.service.expression.biomaterial
Methods in ubic.gemma.persistence.service.expression.biomaterial that return types with arguments of type BioAssay Modifier and Type Method Description Map<BioMaterial,Map<BioAssay,ExpressionExperiment>>
BioMaterialDao. getExpressionExperiments(BioMaterial bm)
Obtain all the experiments a biomaterial is used in from its hierarchy.Map<BioMaterial,Map<BioAssay,ExpressionExperiment>>
BioMaterialDaoImpl. getExpressionExperiments(BioMaterial bm)
Map<BioMaterial,Map<BioAssay,ExpressionExperiment>>
BioMaterialService. getExpressionExperiments(BioMaterial bm)
Map<BioMaterial,Map<BioAssay,ExpressionExperiment>>
BioMaterialServiceImpl. getExpressionExperiments(BioMaterial bm)
-
Uses of BioAssay in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type BioAssay Modifier and Type Method Description Map<BioAssay,Long>
ExpressionExperimentDao. getNumberOfDesignElementsPerSample(ExpressionExperiment expressionExperiment)
Map<BioAssay,Long>
ExpressionExperimentDaoImpl. getNumberOfDesignElementsPerSample(ExpressionExperiment expressionExperiment)
Map<BioAssay,Long>
ExpressionExperimentService. getNumberOfDesignElementsPerSample(ExpressionExperiment expressionExperiment)
Obtain the number of design elements for the platform of each bioassay in the given experiment.Map<BioAssay,Long>
ExpressionExperimentServiceImpl. getNumberOfDesignElementsPerSample(ExpressionExperiment expressionExperiment)
Map<BioAssay,Long>
ExpressionExperimentDao. getNumberOfNonZeroesBySample(ExpressionExperiment ee, QuantitationType qt, int fetchSize)
Obtain the number of non-zeroes by sample.Map<BioAssay,Long>
ExpressionExperimentDaoImpl. getNumberOfNonZeroesBySample(ExpressionExperiment ee, QuantitationType qt, int fetchSize)
Map<BioAssay,Long>
SingleCellExpressionExperimentService. getNumberOfNonZeroesBySample(ExpressionExperiment ee, QuantitationType qt, int fetchSize)
Map<BioAssay,Long>
SingleCellExpressionExperimentServiceImpl. getNumberOfNonZeroesBySample(ExpressionExperiment ee, QuantitationType qt, int fetchSize)
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type BioAssay Modifier and Type Method Description ExpressionExperiment
ExpressionExperimentDao. findByBioAssay(BioAssay ba)
ExpressionExperiment
ExpressionExperimentDaoImpl. findByBioAssay(BioAssay ba)
ExpressionExperiment
ExpressionExperimentService. findByBioAssay(BioAssay ba)
ExpressionExperiment
ExpressionExperimentServiceImpl. findByBioAssay(BioAssay ba)
-
Uses of BioAssay in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type BioAssay Modifier and Type Method Description static void
BusinessKey. addRestrictions(Criteria queryObject, BioAssay bioAssay)
static Criteria
BusinessKey. createQueryObject(Session session, BioAssay bioAssay)
static void
Thaws. thawBioAssay(BioAssay ba)
Thaw the given BioAssay.
-