-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working