Skip to content

bug in ArrowRead.R #1130

@haibol2016

Description

@haibol2016

Lines 786 and 801 in https://github.com/haibol2016/ArchR/blob/master/R/ArrowRead.R,

if(!all(cellNames %in% colnames(mat))) should be be changed to if(!all(colnames(mat) %in% cellNames))

I am not sure why it is necessary to check this condition, because the random sampling is done using cellNames as the universal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions