Class LinkAnalysisPersisterImpl
java.lang.Object
ubic.gemma.core.analysis.expression.coexpression.links.LinkAnalysisPersisterImpl
- All Implemented Interfaces:
LinkAnalysisPersister
Handles moving gene coexpression links from memory into the database; updates related meta-data.
- Author:
- Paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRemove any links and coexpression analyses for the given experiment.voidTemporary method.voidPersist links to the database.
-
Constructor Details
-
LinkAnalysisPersisterImpl
public LinkAnalysisPersisterImpl()
-
-
Method Details
-
deleteAnalyses
Description copied from interface:LinkAnalysisPersisterRemove any links and coexpression analyses for the given experiment. It gets called automatically by saveLinksToDb();- Specified by:
deleteAnalysesin interfaceLinkAnalysisPersister- Parameters:
ee- the experiment- Returns:
- true if anything was deleted.
-
initializeLinksFromOldData
Description copied from interface:LinkAnalysisPersisterTemporary method.- Specified by:
initializeLinksFromOldDatain interfaceLinkAnalysisPersister- Parameters:
t- taxon
-
saveLinksToDb
Description copied from interface:LinkAnalysisPersisterPersist links to the database. This takes care of saving a 'flipped' version of the links.- Specified by:
saveLinksToDbin interfaceLinkAnalysisPersister- Parameters:
la- analysis
-