Uses of Class
ubic.gemma.model.analysis.expression.coexpression.SupportDetails
-
Packages that use SupportDetails Package Description ubic.gemma.model.analysis.expression.coexpression ubic.gemma.model.association.coexpression ubic.gemma.persistence.service.association.coexpression -
-
Uses of SupportDetails in ubic.gemma.model.analysis.expression.coexpression
Subclasses of SupportDetails in ubic.gemma.model.analysis.expression.coexpression Modifier and Type Class Description class
HumanCoexpressionSupportDetailsImpl
class
MouseCoexpressionSupportDetailsImpl
class
OtherCoexpressionSupportDetailsImpl
class
RatCoexpressionSupportDetailsImpl
-
Uses of SupportDetails in ubic.gemma.model.association.coexpression
Fields in ubic.gemma.model.association.coexpression declared as SupportDetails Modifier and Type Field Description SupportDetails
Gene2GeneCoexpression. supportDetails
Methods in ubic.gemma.model.association.coexpression that return SupportDetails Modifier and Type Method Description SupportDetails
Gene2GeneCoexpression. getSupportDetails()
Methods in ubic.gemma.model.association.coexpression with parameters of type SupportDetails Modifier and Type Method Description void
Gene2GeneCoexpression. setSupportDetails(SupportDetails supportDetails)
-
Uses of SupportDetails in ubic.gemma.persistence.service.association.coexpression
Methods in ubic.gemma.persistence.service.association.coexpression that return SupportDetails Modifier and Type Method Description SupportDetails
LinkCreator. createSupportDetails(Long g1, Long g2, boolean isPositive)
SupportDetails
LinkCreator. createSupportDetails(Gene g1, Gene g2, Boolean isPositive)
Method parameters in ubic.gemma.persistence.service.association.coexpression with type arguments of type SupportDetails Modifier and Type Method Description void
CoexpressionDaoImpl. updateModifiedSupportDetails(BioAssaySet experiment, Collection<SupportDetails> supportDetailsToDelete, Collection<SupportDetails> supportDetailsToUpdate)
-