Interface LinkAnalysisPersister
- All Known Implementing Classes:
LinkAnalysisPersisterImpl
public interface LinkAnalysisPersister
Handles the persistence phase of a Link analysis.
- Author:
- Paul
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Remove any links and coexpression analyses for the given experiment.void
Temporary method.void
Persist links to the database.
-
Method Details
-
deleteAnalyses
Remove any links and coexpression analyses for the given experiment. It gets called automatically by saveLinksToDb();- Parameters:
ee
- the experiment- Returns:
- true if anything was deleted.
-
initializeLinksFromOldData
Temporary method.- Parameters:
t
- taxon
-
saveLinksToDb
Persist links to the database. This takes care of saving a 'flipped' version of the links.- Parameters:
la
- analysis
-