forked from pyranges/pyranges0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
24 lines (20 loc) · 862 Bytes
/
TODO.txt
File metadata and controls
24 lines (20 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Todo:
- docs: write about pyranges-internals
- docs: NCLS
- docs: pyrle
- create pyranges-compiled package. sorted_nearest is too narrow a name
- be able to read wonky flybase gffs
Bugs:
- pr.data.ensembl_gtf().cluster(by="exon_id") not displaying correctly
- when subsetting on columns, expected order not always preserved
Test:
- (hypothesis): gr.coverage() == gr.coverage().to_ranges().coverage()
GenomicFeatures:
- (FIX): avoid .df call in tes/tss, genomicfeatures
- compute 3'-UTR
- have summary in gf also? what should it contain?
- same as summary, only per feature type?
- colsplit: divide PyRanges on values in columns
Think:
- what should subset ["chr1", "."] in an unstranded PyRanges with a strand-column containing "." return? What about ["."]?
- have .strand accessor like .chromosomes? What if it has a Strand-column, but is not stranded?