RGLab / MAST

Tools and methods for analysis of single cell assay data in R
226 stars 57 forks source link

NA in the log fold change calculation #50

Closed myajima closed 9 years ago

myajima commented 9 years ago

When coefficient is not estimated NA is produced as the result of logFC or getLogFC.

amcdavid commented 9 years ago

The actual request here is to return coefficients even when convergence is questionable. Currently the "converged" slot is being used for both existence and convergence. Fix is to add a slot for both. On Feb 18, 2015 4:48 PM, "Masanao Yajima" notifications@github.com wrote:

When coefficient is not estimated NA is produced as the result of logFC or getLogFC.

— Reply to this email directly or view it on GitHub https://github.com/RGLab/SingleCellAssay/issues/50.

amcdavid commented 9 years ago

Closed in 7000593