Home
last modified time | relevance | path

Searched refs:scoring_function (Results 1 – 3 of 3) sorted by relevance

/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dplex_functions.c49 vrna_callback_pk_plex_score *scoring_function; member
87 vrna_callback_pk_plex_score *scoring_function,
137 opt->scoring_function = NULL; in vrna_pk_plex_opt()
147 vrna_callback_pk_plex_score *scoring_function, in vrna_pk_plex_opt_fun() argument
152 if (scoring_function) { in vrna_pk_plex_opt_fun()
157 opt->scoring_function = scoring_function; in vrna_pk_plex_opt_fun()
191 if (!options->scoring_function) { in vrna_pk_plex()
193 options->scoring_function = &default_pk_plex_penalty; in vrna_pk_plex()
210 options->scoring_function, in vrna_pk_plex()
524 vrna_callback_pk_plex_score *scoring_function, in duplexfold_XS() argument
[all …]
H A Dpk_plex.h179 vrna_callback_pk_plex_score *scoring_function,
/dports/science/py-oddt/oddt-0.7/oddt/
H A Ddatasets.py311 def precomputed_score(self, scoring_function=None): argument
322 if scoring_function is not None:
323 functions = [scoring_function]
347 def precomputed_screening(self, scoring_function=None, cluster_id=None): argument
363 if scoring_function is not None:
364 functions = [scoring_function]