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
message("Subsetting columns not supported this way to remove columns set them to NULL.\nEx. ArchRProj$Clusters <- NULL\nContinuing just with cell subsetting.")
804
804
}
805
-
805
+
806
+
i<- as.vector(i)
806
807
if (is.logical(i)) {
807
808
if (length(i) != nrow(cD)) {
808
809
stop("Incorrect number of logical values provided to subset cells")
0 commit comments