-
Notifications
You must be signed in to change notification settings - Fork 10
/
TODO
21 lines (16 loc) · 819 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
A to-do list for the Gviz package
General
o check the plotting with small coordinates, do all track types align?
AnnotationTrack/GeneRegionTrack
o speed up .prepareGene (may need a C code module)
o deal with additional annotation features (UTRs, etc.)
DataTrack/AnnotationTrack => SNPsTrack?
o issue: #5
o new track type to handle LD information
o ideally as heatmap with defined depth (range)
o check following: snpStats (data structure), ldblock, gwascat
o similar thing already implemented in LDheatmap
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)