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
cpm=M3D_Clean_Data(Mmus_example_list$data, Mmus_example_list$labels, is.counts=TRUE, min_detected_genes=2000) # Remove all cells with < 2000 detected genes and convert to cpm
25
-
filtered_only=M3D_Clean_Data(Mmus_example_list$data, Mmus_example_list$labels, is.counts=FALSE) # Removes cells with significantly few detected genes (FDR=5%)
24
+
cpm=M3Drop_Clean_Data(Mmus_example_list$data, Mmus_example_list$labels, is.counts=TRUE, min_detected_genes=2000) # Remove all cells with < 2000 detected genes and convert to cpm
25
+
filtered_only=M3Drop_Clean_Data(Mmus_example_list$data, Mmus_example_list$labels, is.counts=FALSE) # Removes cells with significantly few detected genes (FDR=5%)
0 commit comments