Open diyadas opened 5 years ago
Hey @diyadas - thanks for reporting this! What does scone_obj@imputation_fn
look like for this object?
Hi!
> scone_obj@imputation_fn
list()
That's interesting because the default is list(none=impute_null)
. Maybe this was overwritten at some point?
The help for
get_normalized
indicates thatUnfortunately, doesn't seem to work for me because of some error in computing the imputation:
The issue derives from: https://github.com/YosefLab/scone/blob/e2436a33f6121ec36c1a6ba13906379dbf894559/R/get_normalized.R#L41 as
impute_args
has been set toNULL
by L38.