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

Addition of R script to compare CNV caller output #142

Merged
merged 20 commits into from
Oct 22, 2019

Commits on Oct 2, 2019

  1. Addition of R script to compare CNV caller output

    - Plots were made using GenVisR and ggplot2
    - Addition of custom functions script (sourced in plotting script)
    cbethell committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    94fd9d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486d6aa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Attempted to DRY up the code

    - added a `read_in_cnv` function
    - removed `set.seed()` as it seemed unnecessary
    cbethell committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    2e132c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6493375 View commit details
    Browse the repository at this point in the history
  3. Updated branch

    cbethell committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    d00858d View commit details
    Browse the repository at this point in the history
  4. Removed set.seed

    `set.seed` no longer seems to be necessary in this script
    cbethell committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7f5761f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge branch 'master' of https://github.com/cbethell/OpenPBTA-analysis

    …into cnv-comparison-plotting
    cbethell committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    80fe382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b2721 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

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

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    e3c00a0 View commit details
    Browse the repository at this point in the history
  2. @jashapiro PR review suggested changes

    - removed the `plot_cnfreq` function from the functions script and implemented `GenVisR::cnFreq` function in the `01` script
    - reordered the chromosome levels
    Chante Bethell committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d913351 View commit details
    Browse the repository at this point in the history
  3. - Converted chrom column vector into a true factor vector

    - included `stringsAsFactors = FALSE` argument to `read.table` function
    Chante Bethell committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    8816983 View commit details
    Browse the repository at this point in the history
  4. Revert GenVisR::cnFreq to plot_cn_freq change in 01 script

    - re-ran plots
    Chante Bethell committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ea25caa View commit details
    Browse the repository at this point in the history
  5. Install cowplot from cran

    Chante Bethell committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    6222c95 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    f9f0d76 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cbethell/OpenPBTA-analysis

    …into cnv-comparison-plotting
    cbethell committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    3cf5643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67869be View commit details
    Browse the repository at this point in the history
  4. Converted R script into R notebook

    - combined data.frames and used faceting to plot ggplots
    cbethell committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    cf889d5 View commit details
    Browse the repository at this point in the history
  5. Updated .circleci/config.yml

    cbethell committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    ce84bd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Renamed input in list in .Rmd file

    - fixed spacing around `~` operator 
    - fixed line spacing in `.Rmd` file
    cbethell committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a5624f8 View commit details
    Browse the repository at this point in the history