-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_int_params.yml
More file actions
80 lines (67 loc) · 2.77 KB
/
Copy pathtemplate_int_params.yml
File metadata and controls
80 lines (67 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
# ==========================================================
# Integrative Report (RNA_Integrate.Rmd)
# ==========================================================
# --- Experiment identifiers ---
# Used in output filenames; avoid spaces/special characters.
mrna_experiment_id: "mrna_experiment_id_no_spaces"
small_rna_experiment_id: "smallrna_experiment_id_no_spaces"
integrative_experiment_id: "integrative_experiment_id_no_spaces"
# --- Tabulation software ---
# Choose how counts were generated/tabulated.
mrna_software_method: "counts_matrix | rsem | htseq | salmon | kallisto"
small_rna_software_method: "counts_matrix | tiny_rna"
# --- Input files ---
# Required only for mrna_software_method = counts_matrix.
# Leave blank for htseq, rsem, salmon, and kallisto.
mrna_counts_matrix: ""
# Required for small_rna_software_method = counts_matrix or tiny_rna.
small_rna_counts_matrix: "path/to/smallrna_counts_matrix.csv"
# Metadata must contain:
# counts_file, sample_name, condition, control
# counts_file is required only for htseq/rsem/salmon/kallisto mRNA runs.
# Leave counts_file blank for counts_matrix and tiny_rna.
mrna_metadata: "path/to/mrna_metadata.csv"
small_rna_metadata: "path/to/smallrna_metadata.csv"
# --- Gene table configuration ---
mrna_gene_table_method: "full_table | common_names_only | gene_class_only | no_table"
small_rna_gene_table_method: "full_table | common_names_only | gene_class_only | no_table"
# Integrative gene table must contain:
# sRNA_ID, sRNA_Name, sRNA_Class, Target_ID, Target_Name
gene_table: "path/to/integrative_gene_table.csv"
# --- DESeq2 output settings ---
generate_results_tables: TRUE
generate_pca: TRUE
generate_intra_condition: TRUE
generate_mean_reads: TRUE
save_mean_reads_interactive: FALSE
generate_ma: TRUE
generate_heatmap: TRUE
# --- Class-parameter files ---
small_rna_class_parameters: "path/to/smallrna_class_parameters.csv"
mrna_class_parameters: "path/to/mrna_class_parameters.csv"
# --- Significance and visualization settings ---
p_value_threshold: 0.05
fold_change_threshold: 1.3
lower_transparency: 0.2
upper_transparency: 0.9
customize_by_class: TRUE
customize_by_significance: FALSE
# --- Heatmap settings ---
heatmap_type: "complete | all_classes | selected_classes"
heatmap_selected_classes: ""
# --- Integrative output settings ---
generate_integrative_results_tables: TRUE
generate_cosmic_plots: TRUE
generate_slope_plots: TRUE
generate_statistical_analysis: TRUE
# --- Integrative comparison settings ---
# Must match comparison names generated from metadata conditions.
# Example: "mutant_vs_wt"
# Leave blank to use comparisons shared by both mRNA and small RNA runs.
cross_comparisons: ""
# --- Slope plot settings ---
# Leave blank to use all small RNA classes from the gene table.
# Example: "miRNA,ALG,CSR"
slope_plot_classes: ""
---