Skip to content

Commit

Permalink
add limma to test_experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannejin committed Oct 29, 2024
1 parent 1f4e926 commit 4477e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/tools_samplesheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ propd_ora,propd,,,,gprofiler2,
deseq2_gsea,deseq2,,,,gsea,
deseq2_ora,deseq2,,,,gprofiler2,
limma,limma,,,,,
limma_gsea,limma,,,,gsea,
limma_ora,limma,,,,gprofiler2,
pcorbshrink,,,propr,--metric pcor.bshrink,,
propr,,,propr,--metric rho,,
cor,,,propr,--metric cor,,
2 changes: 1 addition & 1 deletion conf/test_experimental.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ params {
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.samplesheet.csv'
matrix = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.salmon.merged.gene_counts.top1000cov.tsv'
contrasts = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.contrasts.csv'
pathway = "propd,propr,cor,propd_grea"
pathway = "propd,propd_grea,limma,propr,cor"

// some pathways are not included in the test, because they don't make sense to test for this dataset
// for example propd_fdr don't give significant results on this dataset, and the permutation will be scaped
Expand Down

0 comments on commit 4477e1c

Please sign in to comment.