Skip to content

missing value? #9

@yingzhang121

Description

@yingzhang121

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions