Skip to content

Commit

Permalink
update new pval range util
Browse files Browse the repository at this point in the history
  • Loading branch information
cnellington committed Feb 19, 2024
1 parent 62f5520 commit 171ec62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All functions can be loaded directly from the module, e.g. ``from contextualized
pvals.calc_homogeneous_predictor_effects_pvals
pvals.calc_heterogeneous_predictor_effects_pvals
pvals.test_each_context
pvals.get_pval_range
pvals.get_possible_pvals
accuracy_split.print_acc_by_covars
embeddings.plot_lowdim_rep
embeddings.plot_embedding_for_all_covars
Expand All @@ -25,7 +25,7 @@ All functions can be loaded directly from the module, e.g. ``from contextualized
.. autofunction:: contextualized.analysis.pvals.calc_homogeneous_predictor_effects_pvals
.. autofunction:: contextualized.analysis.pvals.calc_heterogeneous_predictor_effects_pvals
.. autofunction:: contextualized.analysis.pvals.test_each_context
.. autofunction:: contextualized.analysis.pvals.get_pval_range
.. autofunction:: contextualized.analysis.pvals.get_possible_pvals
.. autofunction:: contextualized.analysis.accuracy_split.print_acc_by_covars
.. autofunction:: contextualized.analysis.embeddings.plot_lowdim_rep
.. autofunction:: contextualized.analysis.embeddings.plot_embedding_for_all_covars
Expand Down

0 comments on commit 171ec62

Please sign in to comment.