# HG changeset patch # User iuc # Date 1557132325 14400 # Node ID 17eb1e0d711fcf74e42a7cfc0c8723552d1422da # Parent 101b208a3e1a8628fa8f098df558291b858d9aac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fgsea commit 7f92023de5d3d922ad6cfd22f4de263b56127a1c diff -r 101b208a3e1a -r 17eb1e0d711f fgsea.R --- a/fgsea.R Sat Feb 09 12:22:37 2019 -0500 +++ b/fgsea.R Mon May 06 04:45:25 2019 -0400 @@ -56,6 +56,8 @@ pathways <- get(pathways) } +# need to set seed for reproducibility https://github.com/ctlab/fgsea/issues/12 +set.seed(42) fgseaRes <- fgsea(pathways, ranks, minSize=min_size, maxSize=max_size, nperm=n_perm) fgseaRes <- fgseaRes[order(pval), ] # Convert leadingEdge column from list to character to output diff -r 101b208a3e1a -r 17eb1e0d711f fgsea.xml --- a/fgsea.xml Sat Feb 09 12:22:37 2019 -0500 +++ b/fgsea.xml Mon May 06 04:45:25 2019 -0400 @@ -1,4 +1,4 @@ - + - fast preranked gene set enrichment analysis bioconductor-fgsea