Uses of Class
ubic.gemma.core.analysis.expression.coexpression.CoexpressionValueObjectExt
Packages that use CoexpressionValueObjectExt
-
Uses of CoexpressionValueObjectExt in ubic.gemma.core.analysis.expression.coexpression
Methods in ubic.gemma.core.analysis.expression.coexpression that return types with arguments of type CoexpressionValueObjectExtModifier and TypeMethodDescriptionCoexpressionMetaValueObject.getResults()A sorted list of the results (sorting must be done elsewhere!)Methods in ubic.gemma.core.analysis.expression.coexpression with parameters of type CoexpressionValueObjectExtModifier and TypeMethodDescriptionintCoexpressionValueObjectExt.compareTo(CoexpressionValueObjectExt arg0) Method parameters in ubic.gemma.core.analysis.expression.coexpression with type arguments of type CoexpressionValueObjectExtModifier and TypeMethodDescriptionvoidCoexpressionMetaValueObject.setResults(List<CoexpressionValueObjectExt> results) -
Uses of CoexpressionValueObjectExt in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type CoexpressionValueObjectExtModifier and TypeMethodDescriptionGeneWebService.getGeneGeneCoexpression(GeneArg<?> geneArg, GeneArg<?> with, LimitArg limit, Integer stringency) Retrieves the coexpression of two given genes.