Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pachterlab/sleuth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pachterlab/sleuth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: devel
Choose a head ref
  • 20 commits
  • 27 files changed
  • 3 contributors

Commits on Jun 7, 2018

  1. fix sanity check when setting pval_aggregate to TRUE; add sanity chec…

    …k when setting gene_mode to TRUE
    warrenmcg committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    e748321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3096027 View commit details
    Browse the repository at this point in the history
  3. fix the sanity checks for changing the transform functions

    + this also includes a sanity check for sleuth_fit to make sure it is not run when other fits are already not synced
    + this is to preserve provenance when exchanging sleuth objects
    warrenmcg committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    9130cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7281b1a View commit details
    Browse the repository at this point in the history
  5. in helper script for testing, load the updated test datasets, and cre…

    …ate a test dataset ready for pvalue aggregation testing
    warrenmcg committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    7eeaae3 View commit details
    Browse the repository at this point in the history
  6. add several additional tests:

    + test duplicate IDs
    + test changing transformation functions
    + test changing normalization functions
    + test changing gene_column, gene_mode, and pval_aggregate
    + test pval aggregation (though in this simple case, no actual aggregation occurs)
    warrenmcg committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    6b99ce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Merge pull request #182 from warrenmcg/patch_0.30

    Improved sanity checks and testing
    pimentel authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    fcfc475 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

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

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    6ff28d2 View commit details
    Browse the repository at this point in the history
  2. add missing download buttons

    + can now download LRT test table and fragment length distribution plot
    + this partially addresses #62 (only one missing is multi-transcript gene view when gene_mode is FALSE)
    warrenmcg committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    193745f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abd98c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb6954b View commit details
    Browse the repository at this point in the history
  5. provide more informative error reporting when reading kallisto HDF5 f…

    …iles
    
    + This should make it clear to users when issue uncovered in #120 might apply
    warrenmcg committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    83e21c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. fix bug where transcripts would still cluster even if cluster_transcr…

    …ipts = FALSE
    
    + this fixes error found in #208
    warrenmcg committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    a0b630a View commit details
    Browse the repository at this point in the history
  2. guarantee the order of transcripts given to plot_transcript_heatmap i…

    …f cluster_transcripts is FALSE
    
    + this fixes the bug identified in #207
    warrenmcg committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    d56feb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request #214 from warrenmcg/patch_misc

    Miscellaneous bug fixes
    pimentel authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2898a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1045d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc0bf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efd2a2f View commit details
    Browse the repository at this point in the history
Loading