Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .test/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ enrichment:
fdr_genes: 0.05
fdr_go_terms: 0.05
fgsea:
# If activated, you need to provide a GMT file with gene sets of interest.
# A GMT file can contain multiple gene sets. So if you want to test for
# enrichment in multiple sets of gene sets, please merge your gene sets
# into one GMT file and provide this here. Don't forget to document your
# gene set sources and to cite them upon publication.
gene_sets_file: "ngs-test-data/ref/dummy.gmt"
# tool is only run if set to `true`
activate: true
Expand Down
5 changes: 5 additions & 0 deletions .test/three_prime/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ enrichment:
fdr_genes: 0.05
fdr_go_terms: 0.05
fgsea:
# If activated, you need to provide a GMT file with gene sets of interest.
# A GMT file can contain multiple gene sets. So if you want to test for
# enrichment in multiple sets of gene sets, please merge your gene sets
# into one GMT file and provide this here. Don't forget to document your
# gene set sources and to cite them upon publication.
gene_sets_file: "config/gene_sets.gmt"
# tool is only run if set to `true`
activate: true
Expand Down
6 changes: 5 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ enrichment:
fgsea:
# tool is only run if set to `true`
activate: false
# if activated, you need to provide a GMT file with gene sets of interest
# If activated, you need to provide a GMT file with gene sets of interest.
# A GMT file can contain multiple gene sets. So if you want to test for
# enrichment in multiple sets of gene sets, please merge your gene sets
# into one GMT file and provide this here. Don't forget to document your
# gene set sources and to cite them upon publication.
gene_sets_file: "resources/gene_sets/dummy.gmt"
fdr_gene_set: 0.05
# minimum achievable p-value (equivalent to the reciprocal of the number of permutations, see fgsea docs)
Expand Down
Loading