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(train_model): add atac layer argument #542

Draft
wants to merge 23 commits into
base: beta
Choose a base branch
from

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    9d2f67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ed87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16cc6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    112b44d View commit details
    Browse the repository at this point in the history
  5. fix[PyroVelocity]: missing colon in Args description

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7b78188 View commit details
    Browse the repository at this point in the history
  6. feat(VelocityTrainingMixin): Added atac data to train_faster method

    In the long run  we should refactor code, so that training uses
    scvi-tools modules.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a36cae7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat(_velocity_module): Added a MultiVelocityModule for multiome data.

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cfee317 View commit details
    Browse the repository at this point in the history
  2. feat(_velocity_model): Added a MultiVelocityModelAuto class for multi…

    …ome data
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    365ba7b View commit details
    Browse the repository at this point in the history
  3. feat(_transcription_dynamics): Added function for multiome dynamics.

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a857453 View commit details
    Browse the repository at this point in the history
  4. feat(_test_transcription_dynamics): Unit tests for transcription dyna…

    …mics functions.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5a4dbbe View commit details
    Browse the repository at this point in the history
  5. feat(_test_velocity_model): Unit tests for velocity model

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8368ce0 View commit details
    Browse the repository at this point in the history
  6. feat(.gitignore): Added example_notebooks directory to .gitignore file.

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b5508f9 View commit details
    Browse the repository at this point in the history
  7. fix[_trainer_]: checking for existence of atac data

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fe53c90 View commit details
    Browse the repository at this point in the history
  8. fix(_velocity): Save existence of atac data in adata

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e208085 View commit details
    Browse the repository at this point in the history
  9. fix(_velocity_model): LogNormal instead of Normal likelihood for atac…

    … data
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e349bb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    21a83ac View commit details
    Browse the repository at this point in the history
  2. fix(_transcription_dynamics): Ensuring no inplace tensor operations i…

    …n functions.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7a04607 View commit details
    Browse the repository at this point in the history
  3. fix(_velocity): Handling atac data.

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d5dcc98 View commit details
    Browse the repository at this point in the history
  4. fix(_velocity_module): Removed rates from multivariateNormalGuide, be…

    …cause they caused dimension errors during posterior sampling.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d9f0636 View commit details
    Browse the repository at this point in the history
  5. fix(train): Ensure atac data is handled properly.

    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c03a247 View commit details
    Browse the repository at this point in the history
  6. feat(_transcription_dynamics): Added latent discrete parameter for mo…

    …delling stochastic gene activation.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    637588a View commit details
    Browse the repository at this point in the history
  7. feat(_velocity_model): Sampling latent discrete parameter for modelli…

    …ng stochastic gene activation.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1e096dd View commit details
    Browse the repository at this point in the history
  8. feat(_test_transcription_dynamics): Adapted test to include latent di…

    …screte parameter for gene state.
    
    Signed-off-by: Alexander Aivazidis <alexander.aivazidis@sanger.ac.uk>
    AlexanderAivazidis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    54cb35c View commit details
    Browse the repository at this point in the history