RGLab / MAST

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

Treatment of NAs #16

Open amcdavid opened 11 years ago

amcdavid commented 11 years ago

Analysis functions should either 1) take na.rm, or 2) we should have a slot in SingleCellAssay objects that specify how NAs will be treated in analysis.

I'd lean towards 1, because adding a slot is likely to be a bit invasive at this point. @gfinak your thoughts?

gfinak commented 11 years ago

I'm fine with 1. On Mar 8, 2013 11:53 AM, "Andrew McDavid" notifications@github.com wrote:

Analysis functions should either 1) take na.rm, or 2) we should have a slot in SingleCellAssay objects that specify how NAs will be treated in analysis.

I'd lean towards 1, because adding a slot is likely to be a bit invasive at this point. @gfinak https://github.com/gfinak your thoughts?

— Reply to this email directly or view it on GitHubhttps://github.com/RGLab/SingleCellAssay/issues/16 .