Package pal.mep
Class DeltaModel.Utils
java.lang.Object
pal.mep.DeltaModel.Utils
- Enclosing interface:
- DeltaModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final DeltaModelgetDisjointBased(DeltaModel primaryModel, DeltaModel subgroupModel, TimeOrderCharacterData subgroupTOCD) static final DeltaModelgetMutationRateModelBased(MutationRateModel.Factory mepFactory) For interfacing with time based mutation rate modelsstatic final DeltaModelFor serial sampled analysis when no time information is available.static final DeltaModelgetUntimedBased(double[] initalDeltas) For serial sampled analysis when no time information is available.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
getMutationRateModelBased
For interfacing with time based mutation rate models -
getUntimedBased
For serial sampled analysis when no time information is available. -
getUntimedBased
For serial sampled analysis when no time information is available.- Parameters:
initialDeltas- , if not of required length (for given tocd) uses subset (or sets remainder to zero)
-
getDisjointBased
public static final DeltaModel getDisjointBased(DeltaModel primaryModel, DeltaModel subgroupModel, TimeOrderCharacterData subgroupTOCD)
-