Class BioAssayUtils
- java.lang.Object
-
- ubic.gemma.model.expression.bioAssay.BioAssayUtils
-
public class BioAssayUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description BioAssayUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<BioAssay,BioAssay>
createBioAssayToSourceBioAssayMap(BioAssaySet sourceAssaySet, Collection<BioAssay> bas)
Create a mapping between assays and their source assays from a givenBioAssaySet
.
-
-
-
Method Detail
-
createBioAssayToSourceBioAssayMap
public static Map<BioAssay,BioAssay> createBioAssayToSourceBioAssayMap(BioAssaySet sourceAssaySet, Collection<BioAssay> bas)
Create a mapping between assays and their source assays from a givenBioAssaySet
.If an assay has more than one corresponding source assay or no source assay at all, it is ignored and logged as a warning.
-
-