tleonardi / nanocompore

RNA modifications detection from Nanopore dRNA-Seq data
https://nanocompore.rna.rocks
GNU General Public License v3.0
78 stars 12 forks source link

Error when scaling for plotting #148

Open tleonardi opened 3 years ago

tleonardi commented 3 years ago

Data for the two conditions should be concatenated before scaling. As it is now, the two conditions are scaled separately, resulting in both conditions having mean 0. https://github.com/tleonardi/nanocompore/blob/9f8effec65cbd5347f5ac7e1625164389adad866/nanocompore/SampCompDB.py#L841-L848