Skip to content

Commit

Permalink
Exchange virtual karytope plots with full per chromosome plots
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Dec 4, 2024
1 parent 8f20240 commit b4e9793
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 337 deletions.
39 changes: 20 additions & 19 deletions stemcnv_check/control_files/allowedvalues_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,23 +190,22 @@ settings:


allowed_sections:
- sample.information
- QC.summary
- QC.GenCall
- QC.PennCNV
- QC.CBS
- QC.settings
- SNV.table
- SNV.hotspot.coverage
- SNV.QC.details
- denovo_calls.table
- denovo_calls.plots
- reference_gt_calls.table
- reference_gt_calls.plots
- regions.of.interest
- virtual.karyotype
#- circo.plot
- SNP.dendrogram
- sample.information
- QC.summary
- QC.GenCall
- QC.PennCNV
- QC.CBS
- QC.settings
- SNV.table
- SNV.hotspot.coverage
- SNV.QC.details
- denovo_calls.table
- denovo_calls.plots
- reference_gt_calls.table
- reference_gt_calls.plots
- regions.of.interest
- SNP.dendrogram
- genome.overview

allowed_plotsections:
- denovo
Expand Down Expand Up @@ -234,8 +233,10 @@ reports:
SNP_comparison:
dendrogram.color.by: str_insamplesheet
dendrogram.shape.by: str_insamplesheet

ideogram.exclude_filter: list__str__(probe_gap|high_probe_dens|min_size|min_probes|min_density)

genome_overview:
call.exclude_filter: list__str__(probe_gap|high_probe_dens|min_size|min_probes|min_density)
show_reference: bool

wildcard_constraints:
sample_id: str
Expand Down
6 changes: 5 additions & 1 deletion stemcnv_check/control_files/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ reports:
# - reference_gt_calls.plots
# - regions.of.interest
# - SNP.dendrogram
# - virtual.karyotype
# - genome.overview

# List of columns from the sample_table that should be included in the "Sample Information section"
sample.info.extra.cols: ['Chip_Name', 'Chip_Pos']
Expand Down Expand Up @@ -446,6 +446,10 @@ reports:

# Calls with any of these Filters are excluded from the digital karyotype plot
ideogram.exclude_filter: ['min_size', 'min_probes', 'min_density']

genome_overview:
call.exclude_filter: ['min_size', 'min_probes', 'min_density']
show_reference: True

##!complete
# These contraints define which sample_ids, sentrix_pos (Chip_Pos) and sentrix_name (Chip_Name) are valid
Expand Down
Loading

0 comments on commit b4e9793

Please sign in to comment.