You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pvals pvals = ag_rfc.predict_differential_prioritization(augur_results1=results_15, augur_results2=results_48, permuted_results1=results_15_permute, permuted_results2=results_48_permute) can't be calculated due to TypeError: Passing a set as an indexer is not supported. Use a list instead.
Version information
No response
The text was updated successfully, but these errors were encountered:
* fix Augur example code throws a TypeError #524
* added augur example plots
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* 1st attempt to fix precommit
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Report
Augur example code:
The pvals
pvals = ag_rfc.predict_differential_prioritization(augur_results1=results_15, augur_results2=results_48, permuted_results1=results_15_permute, permuted_results2=results_48_permute)
can't be calculated due toTypeError: Passing a set as an indexer is not supported. Use a list instead.
Version information
No response
The text was updated successfully, but these errors were encountered: