ntanmayee / decoden

🌊 Analyse experimental conditions and replicates jointly to remove cell-type specific bias in multi-condition ChIP-Seq
GNU General Public License v3.0
8 stars 1 forks source link

Write processed read in feather format #26

Open ntanmayee opened 6 months ago

ntanmayee commented 6 months ago

Right now, processed data is written in .npy format. Should we transition to feather .ftr format? Already the HSR and NMF results are being written in feather. Also, feather has more cross-platform support than numpy format.