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

Add modified Multi-snp and Docstring #547

Merged
merged 12 commits into from
Jul 18, 2024

Commits on Jul 13, 2024

  1. Add modified Multi-snp class and Docstring

    Adds a modified multivariate version of POE for multiple SNPs
    
    Also fixes POESingleSNP's init docstring to match parameters
    IlhaH committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7891583 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Fix MultipleSNP

    Fixes logic issue with multiple snp algorithm causing slower iterations
    IlhaH committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8dbd6e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151bb16 View commit details
    Browse the repository at this point in the history
  3. Update multisnp2 test

    Updates test call for multiplesnp2 to fit updated parameters
    IlhaH committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    981382b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/poe_multisnp' of https://github.com/IlhaH/bystro

    …into feature/poe_multisnp
    IlhaH committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    12fc5c3 View commit details
    Browse the repository at this point in the history
  5. Fix mypy issue

    IlhaH committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6d7bbb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    256d71a View commit details
    Browse the repository at this point in the history
  7. Fix typing on test

    IlhaH committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7b6f51d View commit details
    Browse the repository at this point in the history
  8. Fix bugs in multisnp2

    Modifies cov_regularization used in permutation test and calculates maf vals from genotype data instead of having it passed in
    IlhaH committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a3cec78 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    e19fd27 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    22be7bf View commit details
    Browse the repository at this point in the history
  2. Update assertions in test

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    IlhaH and coderabbitai[bot] authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    835016c View commit details
    Browse the repository at this point in the history