Uses of Interface
ubic.gemma.core.analysis.service.TsvFileService
-
Packages that use TsvFileService Package Description ubic.gemma.core.analysis.service ubic.gemma.core.datastructure.matrix -
-
Uses of TsvFileService in ubic.gemma.core.analysis.service
Subinterfaces of TsvFileService in ubic.gemma.core.analysis.service Modifier and Type Interface Description interface
DifferentialExpressionAnalysisResultListFileService
File service for arbitrary list ofDifferentialExpressionAnalysisResult
.interface
ExpressionAnalysisResultSetFileService
interface
ExpressionDataFileService
Classes in ubic.gemma.core.analysis.service that implement TsvFileService Modifier and Type Class Description class
AbstractFileService<T>
Provide base implementation for all sorts of file services that serialize data in tabular format.class
DifferentialExpressionAnalysisResultListFileServiceImpl
class
ExpressionAnalysisResultSetFileServiceImpl
class
ExpressionDataFileServiceImpl
Supports the creation and location of 'flat file' versions of data in the system, for download by users. -
Uses of TsvFileService in ubic.gemma.core.datastructure.matrix
Classes in ubic.gemma.core.datastructure.matrix that implement TsvFileService Modifier and Type Class Description class
MatrixWriter
-