Interface CellBrowserService
- All Known Implementing Classes:
CellBrowserServiceImpl
public interface CellBrowserService
-
Method Summary
Modifier and TypeMethodDescriptionObtain a URL for the Cell Browser for a givenExpressionExperiment.getCellBrowserMapping(ExpressionExperiment ee, boolean useRawColumnNames) booleanCheck if a particularExpressionExperimenthas a Cell Browser dataset configured.
-
Method Details
-
getBrowserUrl
Obtain a URL for the Cell Browser for a givenExpressionExperiment. -
hasBrowser
Check if a particularExpressionExperimenthas a Cell Browser dataset configured. -
getCellBrowserMapping
Collection<CellBrowserMapping> getCellBrowserMapping(ExpressionExperiment ee, boolean useRawColumnNames)
-