Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

PlotModeledSegments Follow

1 comment

  • Avatar
    Alexandre Mondaini

    Hello there,

    I'm experiencing some plotting issues with this tool, mostly the right side of the image is totally squished and I can't visualize the high number chromosomes.

    This is the script I used to make the image:

    gatk --java-options "-Xmx6000m" PlotModeledSegments \
        --denoised-copy-ratios 1122Dx.GRCh38DH.target.denoisedCR.tsv \
        --allelic-counts 1122Dx.GRCh38DH.target.hets.tsv \
        --segments 1122Dx.GRCh38DH.target.modelFinal.seg \
        --sequence-dictionary Homo_sapiens_assembly38.dict \
        --minimum-contig-length 1000000 \
        --maximum-copy-ratio 4.0 \
        --point-size-copy-ratio 0.2 \
        --point-size-allele-fraction 0.4 \
        --output out \
        --output-prefix 1122Dx.GRCh38DH.target
     
    And this is the image:
     
    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk