# NOT RUN {
# ligerex (liger object based on in-memory datasets), factorization complete
wilcox.results <- runWilcoxon(ligerex, compare.method = "cluster")
wilcox.results <- runWilcoxon(ligerex, compare.method = "datastes", data.use = c(1, 2))
# HDF5 input
# ligerex (liger object based on datasets in HDF5 format), factorization complete
# Need to sample cells before implementing Wilcoxon test
ligerex <- readSubset(ligerex, slot.use = "norm.data", max.cells = 1000)
de_genes <- runWilcoxon(ligerex, compare.method = "clusters")
# }
Run the code above in your browser using DataLab