HelenaLC / muscat

Multi-sample multi-group scRNA-seq analysis tools
165 stars 33 forks source link

possible bug in resDS for some methods #102

Open AnjaliC4 opened 2 years ago

AnjaliC4 commented 2 years ago

Hi, In resDS function - you calculate cpm from y$data[[k]] .This will work for edgeR as this returns normalized count but will not work when using limma-voom. - as.matrix(y$data[[k]]) returns "E" matrix of limma-voom which are already logCMP values I believe? Please confirm.

Thanks