HelenaLC/muscat

possible bug in resDS for some methods

Opened this issue · 0 comments

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