Skip to content

Commit

Permalink
set default FC threshold to 1.5 for DEG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 17, 2018
1 parent 2134200 commit 6c5858f
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions examples/GSE41195/config_RNA-seq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
min.var: 25 # Filter out features with very low variance
mean.per.condition: 10 # Filter out features for which not a single condition has a mean count above the threshold
padj: 0.05 # Upper threshold on False Discovery Rate (FDR)
FC: 2 # Lower threshold on the fold-change (will be applied in both orientations)
FC: 1.5 # Lower threshold on the fold-change (will be applied in both orientations)

DESeq2:
pAdjustMethod: "BH" # Default "BH", else "BY"
Expand All @@ -114,37 +114,4 @@
alpha: 0.05 # Default 0.05
rowsum_filter: 10 # Default 10
norm_method: ["TMM"]

# DEG: ## Generic parameters for differential analysis
# epsilon: 0.1
# pAdjustMethod: "BH" # Default "BH", else "BY"
# alpha: 0.05 # Default 0.05
# rowsum_filter: 10 # Default 10
# selection_criterion: "intersection" # Criterion to select DEG. Supported: DESeq2 | edgeR | intersection | union
# thresholds: ## Thresholds tor fhte detection of differentially expressed genes (apply to DESeq2 and edgeR)
# min.count: 1 ## Filter out undetected features
# mean.count: 5 ## Filter out features with very low mean expression level
# mean.per.condition: 10 ## Filter out features for which not a single condition has a mean count above the threshold
# padj: 0.05 ## Upper threshold on False Discovery Rate (FDR)
# FC: 1.14 ## Lower threshold on the fold-change
# max.log10.cpm: 8.5 ## Upper threshold for outliers on log10-transformed counts


# DESeq2:
# pAdjustMethod: "BH" # Default "BH", else "BY"
# alpha: 0.05 # Default 0.05
# rowsum_filter: 10 # Default 10
# featuresToRemove: NULL # "alignment_not_unique", "ambiguous", "no_feature", "not_aligned", "too_low_aQual"
# varInt: "group"
# condRef: "WT"
# batch: NULL
# fitType: "parametric" # "parametric" (default) or "local"
# cooksCutoff: TRUE
# independentFiltering: TRUE
# alpha: 0.05
# pAdjustMethod: "BH" # "BH" (default) or "BY"
# typeTrans: "VST" # "VST" or "rlog"
# locfunc: "median" # "median" (default) or "shorth" to estimate the size factors



0 comments on commit 6c5858f

Please sign in to comment.