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

feat: differential binding analysis with diffbind or manorm #158

Merged
merged 41 commits into from
Dec 18, 2023

Conversation

kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Nov 28, 2023

Changes

  • Optionally read in contrasts yaml file.
    • can contain multiple contrasts.
    • each contrast specifies two groups, with an exclusive list of samples for each group.
  • If the contrasts file is specified, do differential peak analysis
    • Run MAnorm if any sample has only one replicate, or diffbind if all samples have at least two replicates.

Issues

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Write unit tests for any new features, bug fixes, or other code changes. testing framework not yet implemented
  • [ ] Update docs if there are any API changes. on hold until before public release
  • If a new nextflow process is implemented, define the process container and stub.
  • Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/

combine peaks with contrast meta
@kelly-sovacool kelly-sovacool changed the title feat: differential binding analysis with diffbind feat: differential binding analysis with diffbind or manorm Dec 14, 2023
@kelly-sovacool kelly-sovacool marked this pull request as ready for review December 18, 2023 21:06
@kelly-sovacool kelly-sovacool merged commit 7735706 into main Dec 18, 2023
2 checks passed
@kelly-sovacool kelly-sovacool deleted the diffbind branch December 18, 2023 21:12
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.

Refactor samplesheet check for flexibility Differential peak calling
1 participant