Closed jdrnevich closed 6 years ago
Hey - I've been meaning to send this in for a while. In all the glMDPlot functions, the argument transform is described as:
transform TRUE if counts cpm transformed.
This makes it sounds like you should put TRUE if your counts have already been transformed. It would be much clearer if you put:
transform TRUE if counts need to be cpm transformed.
Good point, don't know why my language was so poor when I wrote that. Fixed in e9a002e.
Hey - I've been meaning to send this in for a while. In all the glMDPlot functions, the argument transform is described as:
transform TRUE if counts cpm transformed.
This makes it sounds like you should put TRUE if your counts have already been transformed. It would be much clearer if you put:
transform TRUE if counts need to be cpm transformed.