Skip to content
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

[UTIL,FEATURE] display_layout: Also compute FPR corrected sizes. #264

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

smehringer
Copy link
Member

I had a case with a few merged bins within several single bins.

The current display layout looked like this:

default.layoutsub171.layout.sizes.general.pdf

Which is not really the actual case. Merged bins are size corrected with the relaxed FPR within the DP while split bins are corrected for multiple testing. I incoorporated this into display_layout. Now it looks like this:

default.layoutsub171.layout.new.general.pdf

which makes more sense for a result of the DP algorithm.

@smehringer smehringer requested a review from eseiler October 22, 2024 09:23
@seqan-actions seqan-actions added lint and removed lint labels Oct 22, 2024
@seqan-actions
Copy link
Member

Documentation preview available at https://docs.seqan.de/preview/seqan/chopper/264

@eseiler eseiler force-pushed the display_layout_fpr_corrected branch from 0f6f066 to 709eceb Compare October 22, 2024 10:49
@eseiler eseiler force-pushed the display_layout_fpr_corrected branch from 709eceb to ed0086b Compare October 22, 2024 10:50
@seqan-actions seqan-actions added lint and removed lint labels Oct 22, 2024
Copy link
Member

@eseiler eseiler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rebased and adjusted tests

@eseiler eseiler enabled auto-merge October 22, 2024 10:52
@eseiler eseiler merged commit 60ff406 into seqan:main Oct 22, 2024
24 checks passed
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.64%. Comparing base (b781524) to head (ed0086b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #264   +/-   ##
=======================================
  Coverage   95.64%   95.64%           
=======================================
  Files          20       20           
  Lines         758      758           
  Branches       15       15           
=======================================
  Hits          725      725           
  Misses         33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@smehringer smehringer deleted the display_layout_fpr_corrected branch October 22, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants