These functions are ambiguous/standardized functions that help make the enrichment analysis steps more streamlined. Most measures have their own specific way of their scores being calculated. For this, they have their own function clauses.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | .ambiguous_score_rev_sort(score_df)
.ambiguous_score_sort(score_df)
.ambiguous_enrichment(args, ordered_score_df)
.ambiguous_method_origin(df, methodname)
.predict_pearson(args)
.predict_spearman(args)
.predict_kendall(args)
.predict_fisher(args)
.predict_sobolev(args)
.predict_combined(args)
.ambiguous_scorecalc(args, expression_data, applyfunc)
.score_pearson(args)
.score_spearman(args)
.score_kendall(args)
.score_fisher(args)
.score_sobolev(args)
.score_combined(args)
|
output is different on a case-to-case basis
These functions are internal functions and should not be called by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.