Package: svBreaks
Title: Analyse structrual variant breakpoint data as produced by [svParser](https://github.com/nriddiford/svParser)
Version: 0.0.0.9000
Authors@R: person("Nick", "Riddiford", email = "nickriddiford@me.com", role = c("aut", "cre"))
Description: Analyse structrual variant breakpoint data as produced by [svParser](https://github.com/nriddiford/svParser)
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
biocViews:
    regioneR
Imports: 
    ggplot2,
    plyr,
    bedr,
    data.table,
    PerformanceAnalytics,
    forcats,
    broom,
    ggsci,
    cowplot,
    colorspace,
    car,
    magrittr
Suggests: 
    testthat,
    plotly
