forked from Bioconductor/S4Vectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
79 lines (59 loc) · 2.03 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
IRanges before the split (version 1.23.5)
-----------------------------------------
R files: 73 files
Going to S4Vectors (29 files in total):
X S4-utils.R
X utils.R
X isConstant.R (renamed isSorted.R)
X normarg-utils.R
X compact_bitvector.R (deleted)
X int-utils.R
X str-utils.R
X vector-utils.R (NEW!)
X eval-utils.R
X Annotated-class.R
X DataTable-API.R (rename DataTable-class.R, put DataTable class def here)
X DataTable-stats.R (merge with DataTable-class.R)
X subsetting-utils.R
X Vector-class.R (there are some leftovers in IRanges/R/Vector-class.R)
X Vector-comparison.R
X Hits-class.R (there are some leftovers in IRanges/R/Hits-class.R)
X Rle-class.R (too big! split in Rle-class.R + Rle-utils.R)
X runstat.R (merge with Rle-utils.R)
X List-class.R (split in List-class.R + List-utils.R)
X endoapply.R (merge with List-utils.R)
X funprog-methods.R (merge with List-utils.R)
X SimpleList-class.R
X DataFrame-class.R
List-comparison.R (methods for CompressedList need to stay in IRanges)
DataFrame-utils.R
expand-methods.R (merge with DataFrame-utils.R)
X FilterRules-class.R
classNameForDisplay-methods.R (no more, has been diluted in other files)
zzz.R
C files:
- 36 compilation units (.c files)
Going to S4Vectors (15 files in total):
X safe_arithm.c
X sort_utils.c
X hash_utils.c
X AEbufs.c
X SEXP_utils.c (split in SEXP_utils.c + vector_utils.c + eval_utils.c)
X anyMissing.c
X compact_bitvector.c (deleted)
X int_utils.c
X str_utils.c
X Hits_class.c
X Rle_class.c
X Rle_utils.c
X Vector_class.c (renamed List_class.c)
X SimpleList_class.c
X DataFrame_class.c
- 9 header files (.h files)
None goes to S4Vectors.
Other TODO items that originated in the IRanges package
-------------------------------------------------------
o FilterRules:
- refactor, using ShortRead filter framework (becomes FilterList)
- support subsetting DataFrame/RangedData directly
oooooooo