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

Fix a minor error with standardization of SNPs when copying #138

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    148931e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96c2ef View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. No need to allocate storage vector

    to hold probabilities
    BrendonChau committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d690c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5966145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02553f6 View commit details
    Browse the repository at this point in the history
  4. Add unit tests for SNP and missing

    value simulation
    BrendonChau committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e027e75 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    61ca97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494967d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da8e90 View commit details
    Browse the repository at this point in the history
  4. correct small typos

    BrendonChau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    706c5ef View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Fix a minor error with standardization of SNPs when copying

    Centering and scaling were not being performed when copying SnpLinAlg into a numeric matrix with mean imputation.
    dohyunkim116 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f97335e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524a5d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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