MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getDefaultParameters

Function getDefaultParameters

src/pyOpenMS/pyTOPP/MapAlignerPoseClustering.py:131–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130
131def getDefaultParameters():
132 model_param = getModelDefaults("linear")
133 algo_param = pms.MapAlignmentAlgorithmPoseClustering().getParameters()
134 default = pms.Param()
135 default.insert("model:", model_param)
136 default.insert("algorithm:", algo_param)
137 return default
138
139
140def main():

Calls 5

getModelDefaultsFunction · 0.85
getParametersMethod · 0.45
ParamMethod · 0.45
insertMethod · 0.45

Tested by 1