-
Notifications
You must be signed in to change notification settings - Fork 744
feat: allow exponentiation post agg for log-fold-change in rank_genes_groups
#4037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ilan-gold
wants to merge
30
commits into
main
Choose a base branch
from
ig/exp_post_agg
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+92
−17
Open
Changes from 17 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c5591c8
feat: allow exponentiation post agg for log-fold-change
ilan-gold c2f3738
Merge branch 'main' into ig/exp_post_agg
ilan-gold f0d78b4
Merge branch 'main' into ig/exp_post_agg
ilan-gold 0bf0976
Merge branch 'main' into ig/exp_post_agg
ilan-gold d0f0db0
chore: add explicit test
ilan-gold e1c43a1
Merge branch 'ig/exp_post_agg' of github.com:scverse/scanpy into ig/e…
ilan-gold 53a2f74
chore: relnote
ilan-gold 7373f55
move comment to correct location
flying-sheep 739fffb
add explanation
flying-sheep db85c7c
typo
flying-sheep 92a2953
fix type
flying-sheep f66ca68
note
flying-sheep 9a62053
ternary
flying-sheep 9f16597
Merge branch 'main' into ig/exp_post_agg
ilan-gold 0b319b8
fix: LFC unfiorm
ilan-gold 3971219
Merge branch 'main' into ig/exp_post_agg
ilan-gold 7fcdac7
Merge branch 'main' into ig/exp_post_agg
flying-sheep 6aca9ca
chore: `mean_in_log_space` instead of `exp_post_agg`
ilan-gold 0437475
Merge branch 'main' into ig/exp_post_agg
ilan-gold d15aede
docs: use upstream APIs (#4083)
flying-sheep d6f2c51
perf: Combat perf improvements (#4070)
ilaykav 44cfc6e
docs: clarify method vs transformer in sc.pp.neighbors (#4079)
CuiweiG 2b60935
fix: limit Numba threads in Wilcoxon path of rank_genes_groups (#4082)
JhonatanFelix 3f902dd
Merge branch 'main' into ig/exp_post_agg
ilan-gold d1aa5fb
Merge branch 'main' into ig/exp_post_agg
ilan-gold 152c344
Merge branch 'main' into ig/exp_post_agg
ilan-gold e13cb6a
fix: mean_in_log_space pass through
ilan-gold 62e6c87
fix: no defaults internall on `_compute_statistics`
ilan-gold bd5f675
Merge branch 'main' into ig/exp_post_agg
ilan-gold aac3189
Merge branch 'main' into ig/exp_post_agg
ilan-gold File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add `exp_post_agg` argument to {func}`scanpy.tl.rank_genes_groups` for customizing how log-fold-change is calculated {user}`ilan-gold` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.