Skip to content

Commit da34eff

Browse files
committed
Add documentation
1 parent 8164df2 commit da34eff

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

config/config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
# _elisa scripts depend on elisa.Rmd
1515
snakemake:
1616
RMD_FILES:
17-
- differential_expression
18-
- assumptions_pea
19-
- annotations_pea
20-
- sensitivity_pea
21-
- covariates_pea
22-
- correlations_pea
23-
# - elisa # Enable if analyzing ELISA data
24-
# - assumptions_elisa # Enable if analyzing ELISA data
17+
- differential_expression # QC, stats tables, volcano plots, etc.
18+
- assumptions_pea # Parametric stats assumptions testing
19+
- annotations_pea # Human Protein Atlas IHC annotations
20+
- sensitivity_pea # Leave-one-out sensitivity analysis
21+
- covariates_pea # Non-parametric covariate effect assessement
22+
- correlations_pea # Non-parametric metadata correlations testing
23+
- elisa # differential_expression equivalent analysis for orthogonal validation data
24+
- assumptions_elisa # Parametric stats assumptions testing on ELISA data
25+
# - functional_enrichment_pea # FE analysis on Olink data; not currently supported
2526

2627
# ------------------------------------------------------------------------------
2728
# 2. INPUT DATA PATHS

0 commit comments

Comments
 (0)