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

Normalization and gene selection by analytical Pearson residuals #1715

Merged
merged 106 commits into from
Mar 29, 2022

Commits on Mar 10, 2021

  1. adding core functions and documentation for pearson residual normaliz…

    …ation and hvg selection
    jlause committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    12e751d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d57961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fced3f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    977b6cf View commit details
    Browse the repository at this point in the history
  5. updating layer management as in scverse#1667 for _highly_variable_pea…

    …rson_residuals() as well
    jlause committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d8d724c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e23ea6c View commit details
    Browse the repository at this point in the history
  7. style cleanup

    jlause committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    fc49c25 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    f91f2fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60de21d View commit details
    Browse the repository at this point in the history
  3. remove pd.categorical()

    jlause committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1f86989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95ec0e5 View commit details
    Browse the repository at this point in the history
  5. np.empty instead of np.nan

    jlause committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ff82290 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    f7f7dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af0a825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    142eaca View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. fixing handling of inplace and subset arguments (see issue scvers…

    …e#1886), explicit typing of output, adding theta input check
    jlause committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    541b252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd500b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6dfc1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc27c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aef44d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. fix precommit high_var_genes

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    e76cf7b View commit details
    Browse the repository at this point in the history
  2. try to get precommit to work

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    bdb7ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65edcf3 View commit details
    Browse the repository at this point in the history
  4. try to get precommit to work

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6cea040 View commit details
    Browse the repository at this point in the history
  5. fix recipes

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d7e63f7 View commit details
    Browse the repository at this point in the history
  6. fix normalization

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0b5a02b View commit details
    Browse the repository at this point in the history
  7. remove relative imports

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6779d23 View commit details
    Browse the repository at this point in the history
  8. fix docstrings

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    237e7cd View commit details
    Browse the repository at this point in the history
  9. retry to build docs

    giovp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d75aa36 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    301190a View commit details
    Browse the repository at this point in the history
  2. fix highvar docstring

    giovp committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    293b47d View commit details
    Browse the repository at this point in the history
  3. more fixing docstrings

    giovp committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a61496b View commit details
    Browse the repository at this point in the history
  4. docs build locally ? 🔨

    giovp committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    7afb94f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    e3e5045 View commit details
    Browse the repository at this point in the history
  2. more minor cleanups

    giovp committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e368b57 View commit details
    Browse the repository at this point in the history
  3. final cleanup normalization

    giovp committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    bfbd484 View commit details
    Browse the repository at this point in the history
  4. fixes high var

    giovp committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a55e677 View commit details
    Browse the repository at this point in the history
  5. init experimental module

    giovp committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    4f47c11 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    c32eafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d4286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd16140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a19f90e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    db0d9a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pearson_residuals_1.7' of github.com:jlause/scanpy into…

    … pearson_residuals_1.7
    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    2c93996 View commit details
    Browse the repository at this point in the history
  3. add recipes

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    659da16 View commit details
    Browse the repository at this point in the history
  4. fix docs

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    bf0bb8e View commit details
    Browse the repository at this point in the history
  5. add correct module docs

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    191c449 View commit details
    Browse the repository at this point in the history
  6. fix recipe docstrings

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7f3d6ed View commit details
    Browse the repository at this point in the history
  7. try fix indentation

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    87bf425 View commit details
    Browse the repository at this point in the history
  8. fix indentation

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0b8ba5f View commit details
    Browse the repository at this point in the history
  9. fix

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    88bf93a View commit details
    Browse the repository at this point in the history
  10. new indentation

    giovp committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ef81b72 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. add space

    giovp committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    900c12c View commit details
    Browse the repository at this point in the history
  2. fixing typo in docstring

    jlause committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b00a0b6 View commit details
    Browse the repository at this point in the history
  3. renaming pca output fields

    jlause committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    617aff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dabfcd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. fix docs 🔨

    giovp committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    58ac8e0 View commit details
    Browse the repository at this point in the history
  2. update docs

    giovp committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    8ae8338 View commit details
    Browse the repository at this point in the history
  3. fix test 🔨

    giovp committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    535129c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    3addbe7 View commit details
    Browse the repository at this point in the history
  2. update citation year

    jlause committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    9215983 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    37695a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f42f4b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e20c3b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    1f02e2c View commit details
    Browse the repository at this point in the history
  2. renaming pca input arguments

    jlause committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0add1b7 View commit details
    Browse the repository at this point in the history
  3. renaming pca input arguments

    jlause committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    2a2b98a View commit details
    Browse the repository at this point in the history
  4. _pca bundle: more efficient copy handling, added input check. both _p…

    …ca and _recipe: varm field for PCs, adapted tests and docs
    jlause committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0150057 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

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

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    3e02b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720578d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b7338 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. add asteriks for keyword

    giovp committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    a616419 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    62660a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pearson_residuals_1.7' of github.com:jlause/scanpy into…

    … pearson_residuals_1.7
    jlause committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    02b091a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Dec 24, 2021

  1. cleanup helpers.py

    jlause committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    b5cb3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9037f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e972daf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. cache data

    giovp committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    47bd877 View commit details
    Browse the repository at this point in the history
  2. use doc_params for doc

    giovp committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    13a44be View commit details
    Browse the repository at this point in the history
  3. fix doc_params var

    giovp committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0e4711d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    14f207f View commit details
    Browse the repository at this point in the history
  2. finalize docs

    giovp committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    aa55183 View commit details
    Browse the repository at this point in the history
  3. fix param doc

    giovp committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8e9b07b View commit details
    Browse the repository at this point in the history
  4. wrong var still

    giovp committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    dce90b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    ca65af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a07cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ebea68 View commit details
    Browse the repository at this point in the history
  4. fix precommit

    giovp committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bdd37cd View commit details
    Browse the repository at this point in the history
  5. fix docs

    giovp committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    aba3906 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    c9dbf48 View commit details
    Browse the repository at this point in the history
  2. add release note

    giovp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e335966 View commit details
    Browse the repository at this point in the history
  3. add release note

    giovp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    bf7fb25 View commit details
    Browse the repository at this point in the history
  4. fix release note

    giovp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    1045d98 View commit details
    Browse the repository at this point in the history
  5. typo

    giovp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f7d4c49 View commit details
    Browse the repository at this point in the history
  6. remove duplicate reference

    giovp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5f76cdf View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    19b018c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9ee43 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. last edits to docs

    jlause committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    7ffdec3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix release and tutorial image

    giovp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    a0aaf96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e92a1 View commit details
    Browse the repository at this point in the history
  3. try fix pre-commit

    giovp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ad81e29 View commit details
    Browse the repository at this point in the history
  4. minor docs

    giovp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d74a0e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    92d675c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970b0fa View commit details
    Browse the repository at this point in the history