@Service public class BatchInfoPopulationHelperServiceImpl extends Object implements BatchInfoPopulationHelperService
Constructor and Description |
---|
BatchInfoPopulationHelperServiceImpl() |
Modifier and Type | Method and Description |
---|---|
ExperimentalFactor |
createBatchFactor(ExpressionExperiment ee,
Map<BioMaterial,Date> dates) |
ExperimentalFactor |
createRnaSeqBatchFactor(ExpressionExperiment ee,
Map<BioMaterial,String> headers)
For RNA-seq, we based the batching on the available device/run/flowcell/lane information
|
public BatchInfoPopulationHelperServiceImpl()
@Transactional public ExperimentalFactor createRnaSeqBatchFactor(ExpressionExperiment ee, Map<BioMaterial,String> headers)
BatchInfoPopulationHelperService
createRnaSeqBatchFactor
in interface BatchInfoPopulationHelperService
ee
- experimentheaders
- map of biomaterial to a string. If there was no usable FASTQ header, we just use the GPL ID@Transactional public ExperimentalFactor createBatchFactor(ExpressionExperiment ee, Map<BioMaterial,Date> dates)
createBatchFactor
in interface BatchInfoPopulationHelperService
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.