Uses of Class
ubic.gemma.model.expression.arrayDesign.ArrayDesignReferenceValueObject
Packages that use ArrayDesignReferenceValueObject
-
Uses of ArrayDesignReferenceValueObject in ubic.gemma.model.expression.arrayDesign
Subclasses with type arguments of type ArrayDesignReferenceValueObject in ubic.gemma.model.expression.arrayDesignModifier and TypeClassDescriptionstatic classProject a fullArrayDesignValueObjectdown to this shape at serialization time.Methods in ubic.gemma.model.expression.arrayDesign that return ArrayDesignReferenceValueObjectModifier and TypeMethodDescriptionArrayDesignReferenceValueObject.FromArrayDesignValueObject.convert(ArrayDesignValueObject value) ArrayDesignValueObject.getMergedInto()The platform this one was merged into, or null when it was not merged.Methods in ubic.gemma.model.expression.arrayDesign that return types with arguments of type ArrayDesignReferenceValueObjectModifier and TypeMethodDescriptionArrayDesignValueObject.getMergees()The platforms merged INTO this one — the inverse ofArrayDesignValueObject.mergedInto, empty when there are none.Methods in ubic.gemma.model.expression.arrayDesign with parameters of type ArrayDesignReferenceValueObjectModifier and TypeMethodDescriptionvoidArrayDesignValueObject.setMergedInto(ArrayDesignReferenceValueObject mergedInto) The platform this one was merged into, or null when it was not merged.Method parameters in ubic.gemma.model.expression.arrayDesign with type arguments of type ArrayDesignReferenceValueObjectModifier and TypeMethodDescriptionvoidArrayDesignValueObject.setMergees(List<ArrayDesignReferenceValueObject> mergees) The platforms merged INTO this one — the inverse ofArrayDesignValueObject.mergedInto, empty when there are none. -
Uses of ArrayDesignReferenceValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type ArrayDesignReferenceValueObjectModifier and TypeMethodDescriptionExpressionExperimentValueObject.getOriginalPlatforms()The platforms this dataset's assays were run on BEFORE a platform switch, when one happened.ExpressionExperimentValueObject.getPlatforms()The platforms this dataset's assays were run on, as accession + full name.Method parameters in ubic.gemma.model.expression.experiment with type arguments of type ArrayDesignReferenceValueObjectModifier and TypeMethodDescriptionvoidExpressionExperimentValueObject.setOriginalPlatforms(List<ArrayDesignReferenceValueObject> originalPlatforms) The platforms this dataset's assays were run on BEFORE a platform switch, when one happened.voidExpressionExperimentValueObject.setPlatforms(List<ArrayDesignReferenceValueObject> platforms) The platforms this dataset's assays were run on, as accession + full name.