Uses of Class
ubic.gemma.rest.HeatmapDataValueObject.GeneRef
Packages that use HeatmapDataValueObject.GeneRef
-
Uses of HeatmapDataValueObject.GeneRef in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type HeatmapDataValueObject.GeneRefModifier and TypeMethodDescriptionDatasetsWebService.PcLoadingsValueObject.Row.getGenes()Genes the probe maps to, ornullif it maps to none.HeatmapDataValueObject.RowMeta.getGenes()Genes mapped to this probe.Method parameters in ubic.gemma.rest with type arguments of type HeatmapDataValueObject.GeneRefModifier and TypeMethodDescriptionvoidHeatmapDataValueObject.RowMeta.setGenes(List<HeatmapDataValueObject.GeneRef> genes) Genes mapped to this probe.Constructor parameters in ubic.gemma.rest with type arguments of type HeatmapDataValueObject.GeneRefModifierConstructorDescriptionRow(Long designElementId, String designElementName, List<HeatmapDataValueObject.GeneRef> genes, double loading) Creates a newRowinstance.