Class BatchInfoPopulationHelperServiceImpl
- java.lang.Object
- 
- ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoPopulationHelperServiceImpl
 
- 
- All Implemented Interfaces:
- BatchInfoPopulationHelperService
 
 @Service public class BatchInfoPopulationHelperServiceImpl extends Object implements BatchInfoPopulationHelperService - Author:
- paul
 
- 
- 
Constructor SummaryConstructors Constructor Description BatchInfoPopulationHelperServiceImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExperimentalFactorcreateBatchFactor(ExpressionExperiment ee, Map<BioMaterial,Date> dates)ExperimentalFactorcreateRnaSeqBatchFactor(ExpressionExperiment ee, Map<BioMaterial,String> headers)For RNA-seq, we based the batching on the available device/run/flowcell/lane information
 
- 
- 
- 
Method Detail- 
createRnaSeqBatchFactor@Transactional public ExperimentalFactor createRnaSeqBatchFactor(ExpressionExperiment ee, Map<BioMaterial,String> headers) Description copied from interface:BatchInfoPopulationHelperServiceFor RNA-seq, we based the batching on the available device/run/flowcell/lane information- Specified by:
- createRnaSeqBatchFactorin interface- BatchInfoPopulationHelperService
- Parameters:
- ee- experiment
- headers- map of biomaterial to a string. If there was no usable FASTQ header, we just use the GPL ID
- Returns:
- factor
 
 - 
createBatchFactor@Transactional public ExperimentalFactor createBatchFactor(ExpressionExperiment ee, Map<BioMaterial,Date> dates) - Specified by:
- createBatchFactorin interface- BatchInfoPopulationHelperService
 
 
- 
 
-