Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

VAF Cutoff Filter Experiment for SNV callers #173

Merged
merged 176 commits into from
Oct 29, 2019

Commits on Sep 23, 2019

  1. Set up the set up

    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    37a78fb View commit details
    Browse the repository at this point in the history
  2. Add circle CI test and Docker config

    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a25be13 View commit details
    Browse the repository at this point in the history
  3. Add some more comments

    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4a40580 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into cansav09/snv-call…

    …er_set_up
    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8a4d33b View commit details
    Browse the repository at this point in the history
  5. Set up Rprojroot for circle CI test to work better

    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e704c0b View commit details
    Browse the repository at this point in the history
  6. Fixing Circle CI file.

    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    56014dd View commit details
    Browse the repository at this point in the history
  7. Change read_tsv to data.table::fread for big file

    Candace Savonen committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    03a0770 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. read in the .gz file

    Candace Savonen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    391fb52 View commit details
    Browse the repository at this point in the history
  2. push plot function changes

    Candace Savonen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    93cb818 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Fix an error

    Candace Savonen committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    908aff9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    ee08152 View commit details
    Browse the repository at this point in the history
  2. Add missing package to Dockerfile

    Candace Savonen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6f18dff View commit details
    Browse the repository at this point in the history
  3. Reduce cosmic file to only the brain sample mutations

    Candace Savonen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    38cd490 View commit details
    Browse the repository at this point in the history
  4. Update README with changes to cosmic file

    Candace Savonen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b9d8333 View commit details
    Browse the repository at this point in the history
  5. re-updated Dockerfile

    Candace Savonen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    a7c5495 View commit details
    Browse the repository at this point in the history
  6. Ran a linter on set up script

    Candace Savonen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    efde7ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2b43a8 View commit details
    Browse the repository at this point in the history
  8. Comment out of date

    cansavvy authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    f4c7534 View commit details
    Browse the repository at this point in the history
  9. Get rid of old WGX/WXS bed file set up

    Candace Savonen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    83d001a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    30664ec View commit details
    Browse the repository at this point in the history
  2. Incorporate initial PR suggestions from @jashapiro and @cbethell

    Candace Savonen committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    374c6a1 View commit details
    Browse the repository at this point in the history
  3. Push a working bash script

    Candace Savonen committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e99d0b4 View commit details
    Browse the repository at this point in the history
  4. Add bash script to circle CI

    Candace Savonen committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    5cb619e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Add usage section in README and change name of script

    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5e79092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9f4e6 View commit details
    Browse the repository at this point in the history
  3. Add some more comments

    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    83cad86 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/cansav09/snv_calculations' into …

    …cansav09/snv_calculations
    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f383869 View commit details
    Browse the repository at this point in the history
  5. Correct a couple things in the README

    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    2e908a1 View commit details
    Browse the repository at this point in the history
  6. Get rid of remnant comment

    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    1146afc View commit details
    Browse the repository at this point in the history
  7. Fix a typo!

    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    abb7dda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76ec476 View commit details
    Browse the repository at this point in the history
  9. Add Usage to the TOC

    Candace Savonen committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    20f5d4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b63c69f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Add more documentation to the README

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    cf9999c View commit details
    Browse the repository at this point in the history
  2. Update Circle CI

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    068b08c View commit details
    Browse the repository at this point in the history
  3. Push more exact bash script

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e9a5bde View commit details
    Browse the repository at this point in the history
  4. Fix a couple issues with handling metadata file path

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    efd2264 View commit details
    Browse the repository at this point in the history
  5. Get rid of dev remnants

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e732516 View commit details
    Browse the repository at this point in the history
  6. Couple changes for readability

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    bab4319 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    655bc00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    748e677 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/cansav09/snv_calculations' into …

    …cansav09/snv_calculations
    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    9511997 View commit details
    Browse the repository at this point in the history
  10. Found dumb mistake

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    d25cc45 View commit details
    Browse the repository at this point in the history
  11. Changed [*] to [+]

    Candace Savonen committed Oct 1, 2019
    1 Configuration menu
    Copy the full SHA
    ff50ff9 View commit details
    Browse the repository at this point in the history
  12. I mean [*] to a [@] which makes more sense.

    Candace Savonen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    26cc61d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

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

Commits on Oct 3, 2019

  1. Fix some of the overwrite handling

    Candace Savonen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0c0a023 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cansav09/snv_calculations' into …

    …cansav09/snv_calculations
    Candace Savonen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    4666b00 View commit details
    Browse the repository at this point in the history
  3. Add template and report script

    Candace Savonen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0fa591d View commit details
    Browse the repository at this point in the history
  4. Add run_eval to bash script

    Candace Savonen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    84c0f4b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    cc5494c View commit details
    Browse the repository at this point in the history
  2. Get rid of dev remnants

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    fb6ec2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e43739 View commit details
    Browse the repository at this point in the history
  4. Get rid of dev remnant again

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    1acd00b View commit details
    Browse the repository at this point in the history
  5. Get rid of stray \

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    5cce1fe View commit details
    Browse the repository at this point in the history
  6. File got misplaced

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    bffb002 View commit details
    Browse the repository at this point in the history
  7. Get rid of cosmic mutations without proper coordinates

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    b2b2eb4 View commit details
    Browse the repository at this point in the history
  8. Fixed a wrinkle with the COSMIC file

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    8800d8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2999c65 View commit details
    Browse the repository at this point in the history
  10. re-run a linter on everything.

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    79fcdaa View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/cansav09/snv-add-eval' into cans…

    …av09/snv-add-eval
    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    4460630 View commit details
    Browse the repository at this point in the history
  12. Couple more minor touches

    Candace Savonen committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    689583a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    983eefb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1a6ad View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Incorporate @jashapiro 's suggestions

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e67e51e View commit details
    Browse the repository at this point in the history
  2. Add a few more @jashapiro suggestions

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    87eba81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0d87c View commit details
    Browse the repository at this point in the history
  4. Circle CI does not have a kitematic directory. Get rid

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f4cb768 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/cansav09/snv-add-eval' into cans…

    …av09/snv-add-eval
    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    6d9f09f View commit details
    Browse the repository at this point in the history
  6. Make warning instead of stop

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    86b2930 View commit details
    Browse the repository at this point in the history
  7. Missing ggplot2::

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    c0446e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3647e0 View commit details
    Browse the repository at this point in the history
  9. Make one big mutate

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    435c517 View commit details
    Browse the repository at this point in the history
  10. Dumb extra comma

    Candace Savonen committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    aa466e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Add VAF_FILTER option and it's circle CI component

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    2ef5558 View commit details
    Browse the repository at this point in the history
  2. get rid of typo

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    d2330fd View commit details
    Browse the repository at this point in the history
  3. Re-fix Circle CI file

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    ca4414f View commit details
    Browse the repository at this point in the history
  4. Fix WXS if statement

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    c123506 View commit details
    Browse the repository at this point in the history
  5. Fix default Circle CI option

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    3faab85 View commit details
    Browse the repository at this point in the history
  6. Make indels come last in the barplot

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    1912d0e View commit details
    Browse the repository at this point in the history
  7. Fix order of barplot graph

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    9eaa124 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    251366a View commit details
    Browse the repository at this point in the history
  9. Add the comparison notebook

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e5dee1d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'cansav09/snv-add-eval' into snv-comparison

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    ccc0c27 View commit details
    Browse the repository at this point in the history
  11. Add initial comparison notebook

    Candace Savonen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    91c8d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Notebook adjustments

    Candace Savonen committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    905bb2a View commit details
    Browse the repository at this point in the history
  2. Fixed dumb label mix-up problem

    Candace Savonen committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ba40502 View commit details
    Browse the repository at this point in the history
  3. Further honing things

    Candace Savonen committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    1919b05 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Added the other plots except that one combo plot

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0470405 View commit details
    Browse the repository at this point in the history
  2. Add rendered version too

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    89df186 View commit details
    Browse the repository at this point in the history
  3. Rough draft of all plots here

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a1fdac4 View commit details
    Browse the repository at this point in the history
  4. Get rid of upsettR's blank plot

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    eb5ffa1 View commit details
    Browse the repository at this point in the history
  5. Refresh the notebook

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    288fca2 View commit details
    Browse the repository at this point in the history
  6. Run linter

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0ab7171 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a73511 View commit details
    Browse the repository at this point in the history
  8. Change name to reflect the data better

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    8a942fe View commit details
    Browse the repository at this point in the history
  9. Add to CircleCI and Dockerfile

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    55607e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    595bf1e View commit details
    Browse the repository at this point in the history
  11. Try to fix busted CircleCI command

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0e186ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eef394f View commit details
    Browse the repository at this point in the history
  13. Attempt to fix Dockerfile build problem

    Candace Savonen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    97815dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Attempt to fix docker build

    Candace Savonen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    465c69a View commit details
    Browse the repository at this point in the history
  2. Some Docker probs fixed

    Candace Savonen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    d77cf90 View commit details
    Browse the repository at this point in the history
  3. Push latest notebook and Dockerfile

    Candace Savonen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    b242df2 View commit details
    Browse the repository at this point in the history
  4. Dockerfile appears to be building right.

    Candace Savonen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    e7c3598 View commit details
    Browse the repository at this point in the history
  5. Couple more things to finish up Dockerfile adds

    Candace Savonen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    bd462d3 View commit details
    Browse the repository at this point in the history
  6. development thing was left

    Candace Savonen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    86282aa View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Add Template for results discussion

    Candace Savonen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a483e11 View commit details
    Browse the repository at this point in the history
  2. Updates to notebook. Function and etc.

    Candace Savonen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    38f0751 View commit details
    Browse the repository at this point in the history
  3. Refresh notebook

    Candace Savonen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1e02b71 View commit details
    Browse the repository at this point in the history
  4. Add png saves to each plot

    Candace Savonen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f836095 View commit details
    Browse the repository at this point in the history
  5. Added options to calculate_vaf_tmb.R script

    Candace Savonen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    cd2643a View commit details
    Browse the repository at this point in the history
  6. Add set up for vaf_filter experiment

    Candace Savonen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ed4d8f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Push separate notebook for vaf_filter exp

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    b9d2519 View commit details
    Browse the repository at this point in the history
  2. Changes to README

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    5617f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5dba9 View commit details
    Browse the repository at this point in the history
  4. Add more documentation

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8486fd1 View commit details
    Browse the repository at this point in the history
  5. Push VAF cutoff experiment notebook

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    cbffd8e View commit details
    Browse the repository at this point in the history
  6. Update title of vaf notebook

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    d11223c View commit details
    Browse the repository at this point in the history
  7. Update notebook

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    334e365 View commit details
    Browse the repository at this point in the history
  8. Fix path problem and also extend no_region option

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    4690bc4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbdb9c4 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    70e8c35 View commit details
    Browse the repository at this point in the history
  11. Added some documentation

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    518c0d6 View commit details
    Browse the repository at this point in the history
  12. Prep consensus mutation file saving

    Candace Savonen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    b23dafa View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    ae6f9fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcd8436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    880d1f0 View commit details
    Browse the repository at this point in the history
  4. Updated COSMIC file

    Candace Savonen committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6d01ac7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Streamline this branch

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a4a6867 View commit details
    Browse the repository at this point in the history
  2. Revert unneeded changes

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5c5eda7 View commit details
    Browse the repository at this point in the history
  3. Clean up README

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    b6f86b7 View commit details
    Browse the repository at this point in the history
  4. Add --no_region option to README

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ccc2d7c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'snv-caller_revamp' into vaf_filter_experiment

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    dbe7d1e View commit details
    Browse the repository at this point in the history
  6. Refresh notebook

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    454158a View commit details
    Browse the repository at this point in the history
  7. Add these packages to the Dockerfile

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5fd84cd View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'jaclyn-taroni/master' into snv-caller_r…

    …evamp
    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2813d8e View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'jaclyn-taroni/master' into vaf_filter_e…

    …xperiment
    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5f5cc22 View commit details
    Browse the repository at this point in the history
  10. Fix Dockerfile dup problem

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    48fb2cd View commit details
    Browse the repository at this point in the history
  11. Get rid of dumb spaces

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2321453 View commit details
    Browse the repository at this point in the history
  12. edit readme remnant

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    dd896fa View commit details
    Browse the repository at this point in the history
  13. Push factor re-level change

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c4e0475 View commit details
    Browse the repository at this point in the history
  14. Add to CircleCI

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    0433e09 View commit details
    Browse the repository at this point in the history
  15. refresh R notebook

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c16127e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    29e38d8 View commit details
    Browse the repository at this point in the history
  17. Make saving to RDS an option

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    bfd9c5b View commit details
    Browse the repository at this point in the history
  18. Add rds saving

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9df9084 View commit details
    Browse the repository at this point in the history
  19. Rid of dev remnant

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5730483 View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'upstream/master' into vaf_filter_experi…

    …ment
    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    646bfd8 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'upstream/master' into vaf_filter_experi…

    …ment
    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    d62091a View commit details
    Browse the repository at this point in the history
  22. Fix CircleCI to be it's own test for this

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5949068 View commit details
    Browse the repository at this point in the history
  23. Tidy up spacing

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ee2b0a9 View commit details
    Browse the repository at this point in the history
  24. Move "Add your analysis here" to where it was supposed to be

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c6736b2 View commit details
    Browse the repository at this point in the history
  25. Get rid of error causing indent

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    40db6f8 View commit details
    Browse the repository at this point in the history
  26. Update docs

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    16932ca View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e89fea7 View commit details
    Browse the repository at this point in the history
  28. Get rid of some things that are not needed

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6691cc4 View commit details
    Browse the repository at this point in the history
  29. Make README more parallel to this change

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6988103 View commit details
    Browse the repository at this point in the history
  30. Neaten up the nb

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a8157ca View commit details
    Browse the repository at this point in the history
  31. switch tsv/rds logic for 01-calc to reflect default

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c559ce5 View commit details
    Browse the repository at this point in the history
  32. Make region file also save to RDS

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    95366e1 View commit details
    Browse the repository at this point in the history
  33. change to warnings and then default to rds

    Candace Savonen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c8de0a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Merge branch 'rds_option_snv' into vaf_filter_experiment

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1df6185 View commit details
    Browse the repository at this point in the history
  2. Change notebook to RDS

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    43bfc3d View commit details
    Browse the repository at this point in the history
  3. Have notebook call script to create vaf files

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c086a03 View commit details
    Browse the repository at this point in the history
  4. Set ggpairs' cardinality_threshold setting to NULL

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1c45fb5 View commit details
    Browse the repository at this point in the history
  5. Upgroup data.frame so function works again

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ac383f4 View commit details
    Browse the repository at this point in the history
  6. Try to fix plot saving error

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8c37735 View commit details
    Browse the repository at this point in the history
  7. Forget about saving those plots

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ca0e883 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into vaf_filter_experi…

    …ment
    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e1e9e32 View commit details
    Browse the repository at this point in the history
  9. Run through linter

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    00e0f90 View commit details
    Browse the repository at this point in the history
  10. Update html and fix dir ref

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a07c16d View commit details
    Browse the repository at this point in the history
  11. Change comment.

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8bc4392 View commit details
    Browse the repository at this point in the history
  12. Show the name of the bash script

    Candace Savonen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    42c8c60 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Get rid of sample variance section and refresh notebook

    Candace Savonen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    c3d9a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a58ea8 View commit details
    Browse the repository at this point in the history