TODO
f900961a
 A to-do list for the Gviz package
 
f1197d28
 General
a0a5183d
    o check the plotting with small coordinates, do all track types align?
812e4d00
 
f900961a
 AnnotationTrack/GeneRegionTrack
    o speed up .prepareGene (may need a C code module)
4bbe1bbe
    o deal with additional annotation features (UTRs, etc.)
f1197d28
 
 DataTrack/AnnotationTrack => SNPsTrack?
    o issue: #5
a0a5183d
    o new track type to handle LD information
    o ideally as heatmap with defined depth (range)
812e4d00
    o check following: snpStats (data structure), ldblock, gwascat
f1197d28
    o similar thing already implemented in LDheatmap
812e4d00
 
 New docs with roxygen
 
 Clean the code
    o styler::style_pkg(indent_by = 4, scope=I(c("spaces", "indention", "line_breaks", "tokens")))
    o formatR::tidy_dir("tests/testthat", comment=TRUE, blank=TRUE, brace.newline=FALSE, wrap=TRUE, args.newline=FALSE, width.cutoff=I(80), indent=4)