Uses of Interface
ubic.gemma.core.analysis.service.FileService
-
Packages that use FileService Package Description ubic.gemma.core.analysis.service ubic.gemma.core.datastructure.matrix -
-
Uses of FileService in ubic.gemma.core.analysis.service
Subinterfaces of FileService in ubic.gemma.core.analysis.service Modifier and Type Interface Description interface
DifferentialExpressionAnalysisResultListFileService
File service for arbitrary list ofDifferentialExpressionAnalysisResult
.interface
ExpressionAnalysisResultSetFileService
interface
ExpressionDataFileService
interface
JsonFileService<T>
Interface for service that provides JSON serialization.interface
TsvFileService<T>
Interface for services that produce TSV serialization.Classes in ubic.gemma.core.analysis.service that implement FileService 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 FileService in ubic.gemma.core.datastructure.matrix
Classes in ubic.gemma.core.datastructure.matrix that implement FileService Modifier and Type Class Description class
MatrixWriter
-