You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, detemineDropoutCandidates does not allow for missing values (e.g., NA). The call to the function "density" from the R "stats" package, implicitly has the parameter "na.rm" set to FALSE - which will produce an error when encountering any missing values. If we explicitly set na.rm to TRUE in our CIDR code, this would "remove any missing values from the data", which we do not think is desirable. If a missing value indicates a possible dropout, we recommend replacing all occurrence of NA to zero. I hope this is helpful.
Hi,
Is there an option in determineDropoutCandidates to handle missing value?
I made a reduced UMI count matrix for my single-cell RNA-Seq data. Then I had the "missing value" issue:
Best,
Ying
The text was updated successfully, but these errors were encountered: