You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config_AML.yaml
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,39 +14,39 @@ image_dpi: 200 # Resolution of the images generated in the report, if the format
14
14
#############################################
15
15
16
16
RNA_TPM_file: "data/TPM_ckAML.tsv"
17
-
breakpoints: "data/breakpoints.tsv"
17
+
breakpoints: "data/breakpoints_ckAML.tsv"
18
18
19
19
gtf: data/Homo_sapiens.GRCh37.75.gtf.gz
20
-
cytobands: "data/hg19_cytobands.tsv"
20
+
cytobands: "data/cytobands_hg19.tsv"
21
21
22
22
#############################################
23
23
# Optional but strongly recommended inputs
24
24
#############################################
25
25
26
26
# Copy number alterations (used to correct for gene expression, and also add breakpoints if missed by the SV caller)
27
-
CNAs: "data/CNAs.tsv"
27
+
CNAs: "data/CNAs_ckAML.tsv"
28
28
29
29
# Directory containing the output of fast_ase (or GATK ASEReadcounter). This directory contains one tsv file per sample, called {sample}.tsv
30
-
ase_dir: "data/ASE"
30
+
ase_dir: "data/ASE_ckAML"
31
31
32
32
# Allele-specific expression will be ignored for imprinted genes, if they are provided.
33
33
imprinted_genes_file: "data/imprinted_genes.txt"
34
34
35
35
# pyjacker looks for SVs in the same TAD as a gene (+ a margin).
36
36
# If not TADs are provided, it will look for SVs which are up to max_dist_bp2tss from the TSS.
37
-
TADs_file: "data/HSPC_TADs.bed"
37
+
TADs_file: "data/TADs_HSPC_hg19.bed"
38
38
#max_dist_bp2tss: 1500000
39
39
40
40
# Provide enhancers scored by ROSE, for the correct cell type.
41
41
# This is optional, but if provided, it will be used to score the candidate enhancer hijacking events, in addition to outlier expression and allele-specific expression.
42
-
enhancers: "data/enhancers_myeloid.tsv"
42
+
enhancers: "data/enhancers_myeloid_hg19.tsv"
43
43
44
44
##############################################
45
45
# Additional parameters
46
-
#############################################
46
+
##############################################
47
47
48
48
# Provide fusion transcripts (used for annotating the results)
49
-
fusions: "data/fusions.tsv"
49
+
fusions: "data/fusions_ckAML.tsv"
50
50
51
51
# These weights influence the scoring of the candidate enhancer hijacking events, but their default values should work well.
52
52
weight_OHE: 4# weight for the outlier high expression score
@@ -56,7 +56,9 @@ weight_deletion: 5 # weight for the deletion (penalize if a gene is deleted in a
56
56
57
57
# Number of times to iterate through all genes when generating the null distribution for the false discovery rate.
58
58
# A smaller number of iterations is faster, but leads to an FDR which is not as precise.
0 commit comments