Package ubic.gemma.core.analysis.service
Class ExpressionAnalysisResultSetFileServiceImpl
- java.lang.Object
-
- ubic.gemma.core.analysis.service.ExpressionAnalysisResultSetFileServiceImpl
-
- All Implemented Interfaces:
ExpressionAnalysisResultSetFileService
@Service public class ExpressionAnalysisResultSetFileServiceImpl extends Object implements ExpressionAnalysisResultSetFileService
-
-
Constructor Summary
Constructors Constructor Description ExpressionAnalysisResultSetFileServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTsv(ExpressionAnalysisResultSet analysisResultSet, Baseline baseline, Map<Long,Set<Gene>> resultId2Genes, Writer writer)
Write the analysis result set with result-to-gene mappings.
-
-
-
Method Detail
-
writeTsv
public void writeTsv(ExpressionAnalysisResultSet analysisResultSet, @Nullable Baseline baseline, @Nullable Map<Long,Set<Gene>> resultId2Genes, Writer writer) throws IOException
Description copied from interface:ExpressionAnalysisResultSetFileService
Write the analysis result set with result-to-gene mappings.The tabular format has the following additional columns: - gene id - gene name - gene NCBI ID - gene official symbol - gene official name
- Specified by:
writeTsv
in interfaceExpressionAnalysisResultSetFileService
baseline
- baseline to include in the TSV headerresultId2Genes
- mapping of results to genes- Throws:
IOException
-
-