Interface BatchInfoPopulationHelperService
-
- All Known Implementing Classes:
BatchInfoPopulationHelperServiceImpl
public interface BatchInfoPopulationHelperService- Author:
- paul
-
-
Method Summary
All Methods Instance Methods Abstract 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
ExperimentalFactor createRnaSeqBatchFactor(ExpressionExperiment ee, Map<BioMaterial,String> headers)
For RNA-seq, we based the batching on the available device/run/flowcell/lane information- Parameters:
ee- experimentheaders- map of biomaterial to a string. If there was no usable FASTQ header, we just use the GPL ID- Returns:
- factor
-
createBatchFactor
ExperimentalFactor createBatchFactor(ExpressionExperiment ee, Map<BioMaterial,Date> dates)
-
-