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

Skewness, Kurtosis and Shape Similarity Score #2182

Merged
merged 48 commits into from Dec 20, 2022

Commits on Mar 31, 2022

  1. Skewness and Kurtosis

    Nicholas Shulman committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    68c6491 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Add Standard Deviation calculation

    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a392925 View commit details
    Browse the repository at this point in the history
  2. Skewness and Kurtosis

    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    eff92a8 View commit details
    Browse the repository at this point in the history
  3. Add Skewness and Kurtosis to document schema

    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0c40790 View commit details
    Browse the repository at this point in the history
  4. Fix build

    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    03cacfe View commit details
    Browse the repository at this point in the history
  5. Add schema file

    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7ece230 View commit details
    Browse the repository at this point in the history
  6. Use half precision floating point values.

    Include standard deviation in peak shape values.
    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1af6ecf View commit details
    Browse the repository at this point in the history
  7. Change default format to 3 decimal places.

    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    99b445c View commit details
    Browse the repository at this point in the history
  8. Add PeakGroupIntegrator which will be necessary for calculating media…

    …n peak shape scores.
    Nicholas Shulman committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    31f58c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Peak score correlation calculated against median peak shape

    Nicholas Shulman committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    3c9a54c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on May 20, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    nickshulman committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a96c56c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    nickshulman committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1450ee2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b715ba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e3c97f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Fix some tests

    Nicholas Shulman committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4f116f8 View commit details
    Browse the repository at this point in the history
  2. Fix console import test.

    Nicholas Shulman committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c43c45b View commit details
    Browse the repository at this point in the history
  3. Fix code inspection

    Nicholas Shulman committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ec49b09 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2d1ee17 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Fix code inspection

    Nicholas Shulman committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    65d2510 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c134412 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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

Commits on Aug 22, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    58af2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ae101 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    25a742f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    af12cad View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    b8fcf3c View commit details
    Browse the repository at this point in the history
  2. Move Skewness etc. columns in TransitionResult so they come after "Cy…

    …cle time across peak"
    Nicholas Shulman committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1d176dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e91911 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 1, 2022

  1. Fix TestLibraryMatchView in Debug Code Coverage on Team City

    Nicholas Shulman committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6aa0bb4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8803bea View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Add WaitForDocumentLoaded in order to fix LibraryMatchViewTest failur…

    …e in Debug Code Coverage on Team City.
    Nicholas Shulman committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c2168c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba46d9d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 19, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3555947 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Nov 2, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    2a26b5a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3a16a69 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Fix build

    Nicholas Shulman committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9b9f651 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    099eab5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge remote-tracking branch 'remotes/origin/master' into Skyline/wor…

    …k/20220331_nicksh_skewness
    Nicholas Shulman committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9fd605b View commit details
    Browse the repository at this point in the history
  2. Switch to using real floats instead of half precision floats.

    Nicholas Shulman committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f97e857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1215b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    512e0de View commit details
    Browse the repository at this point in the history
  2. Fix line endings.

    Nicholas Shulman committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    af290f4 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    Nicholas Shulman committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2d96385 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Skyline/work/20220331_nicksh_skewness' of https://githu…

    …b.com/ProteoWizard/pwiz into Skyline/work/20220331_nicksh_skewness
    Nicholas Shulman committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    59c1ce4 View commit details
    Browse the repository at this point in the history