@@ -30,20 +30,20 @@ compared to random background?*
30
30
31
31
### Features added
32
32
33
- 1 ) Now support FRAG format for single-cell ATAC-seq in ` callpeak ` and
33
+ 1 ) Now support FRAG format for ** single-cell ATAC-seq** in ` callpeak ` and
34
34
` pileup ` . FRAG format is used by 10x Genomics to store alignments from
35
35
the single-cell ATAC-seq pipeline ` cellranger-atac ` or the multi-omics
36
36
pipeline ` cellranger-arc ` . The format is essentially BEDPE with two
37
37
additional columns: the barcode and the count of fragments aligned to
38
38
the same location with the same barcode. Support for FRAG in other
39
39
tools is coming soon, as well as for ` hmmratac ` calls.
40
40
41
- If you specify FRAG as your input format:
41
+ If you specify FRAG as your input format:
42
42
43
- - You can use a barcode list for a subset of cells with ` --barcodes ` ,
43
+ - You can use a barcode list for a subset of cells with ` --barcodes ` ,
44
44
then ` callpeak ` will identify peaks and ` pileup ` will build pileup
45
45
track for the fragments of this subset of cells.
46
- - Duplicates will not get removed as we'll assume all fragments are
46
+ - Duplicates will not get removed as we'll assume all fragments are
47
47
valid. Optionally, an option, ` --max-count ` , can be applied to set
48
48
the maximum count.
49
49
@@ -63,7 +63,8 @@ before both steps. We implemented the `exclude` functions in both
63
63
PETrackI and PETrackII to support this feature. For more detailed
64
64
information and the reasoning behind it, refer to issue #680 .
65
65
66
- 4 ) We have tested Numpy>=2. Now MACS3 can be run on all Numpy >= 1.25.
66
+ 4 ) We have tested Numpy>=2. Now MACS3 can be run on Numpy version 1 and
67
+ version 2.
67
68
68
69
### Bug fixed
69
70
0 commit comments