-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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:
x=read.csv("filtered_reduced_matrix.csv", header=T, row.names=1, skipNul=T)
scPan <- scDataConstructor(as.matrix(x))
scPan <- determineDropoutCandidates(scPan)
Error in density.default(object@nData[, topLibraries[i]], kernel = "epanechnikov", :
'x' contains missing values
Best,
Ying
Metadata
Metadata
Assignees
Labels
No labels