Generate a matrix of pairwise DE results
get_de_matrix(de.genes, directed = FALSE, field = "num")a matrix with clusters as rows and columns, and pairwise DE results as values.
When directed = TRUE and field = "num", the minimum value from up or down-regulated genes is returned for each pair. When field = "score", the minimum deScore is returned.