Diego Espinoza
Results
2
comments of
Diego Espinoza
Even with 10000 permutations, the GSEA function returns different results on each run. reproducible example below: ``` data(geneList, package="DOSE") m_t2g % dplyr::select(gs_name, entrez_gene) GSEA(geneList, TERM2GENE = m_t2g, minGSSize = 120,...
I've been able to get around this by locally going into `algo.py` and changing line 214 from `expression_matrix = expression_data.as_matrix()` to `expression_matrix = eexpression_data.as_numpy()`