kordk / torch-ecpg

(GPU accelerated) eCpG mapper
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

corr: Missing column names in output #35

Closed rituroy closed 1 year ago

rituroy commented 1 year ago

tecpg run corr head -n4 output/out.csv ,,0 cg001,ILMN_001,-0.1068471554191554 cg001,ILMN_002,-0.0025639293355731387 cg001,ILMN_003,0.1630719741573438

liamgd commented 1 year ago

Fixed in 0d6c4d0

liamgd commented 1 year ago

@kordk Is the Pearson correlation algorithm going to be a maintained and non-deprecated command? It does not have many features like region filtration, p-value filtration, or 2D chunking. I was under the assumption that it was essentially deprecated in favor of MLR.