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 interfaceDifferentialExpressionAnalysisResultListFileServiceFile service for arbitrary list ofDifferentialExpressionAnalysisResult.interfaceExpressionAnalysisResultSetFileServiceinterfaceExpressionDataFileServiceinterfaceJsonFileService<T>Interface for service that provides JSON serialization.interfaceTsvFileService<T>Interface for services that produce TSV serialization.Classes in ubic.gemma.core.analysis.service that implement FileService Modifier and Type Class Description classAbstractFileService<T>Provide base implementation for all sorts of file services that serialize data in tabular format.classDifferentialExpressionAnalysisResultListFileServiceImplclassExpressionAnalysisResultSetFileServiceImplclassExpressionDataFileServiceImplSupports 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 classMatrixWriter
-