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 TypeMethodDescriptionboolean
Remove any links and coexpression analyses for the given experiment.void
Temporary method.void
Persist links to the database.
-
Constructor Details
-
LinkAnalysisPersisterImpl
public LinkAnalysisPersisterImpl()
-
-
Method Details
-
deleteAnalyses
Description copied from interface:LinkAnalysisPersister
Remove any links and coexpression analyses for the given experiment. It gets called automatically by saveLinksToDb();- Specified by:
deleteAnalyses
in interfaceLinkAnalysisPersister
- Parameters:
ee
- the experiment- Returns:
- true if anything was deleted.
-
initializeLinksFromOldData
Description copied from interface:LinkAnalysisPersister
Temporary method.- Specified by:
initializeLinksFromOldData
in interfaceLinkAnalysisPersister
- Parameters:
t
- taxon
-
saveLinksToDb
Description copied from interface:LinkAnalysisPersister
Persist links to the database. This takes care of saving a 'flipped' version of the links.- Specified by:
saveLinksToDb
in interfaceLinkAnalysisPersister
- Parameters:
la
- analysis
-