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

PlotDenoisedCopyRatios Follow

1 comment

  • Avatar
    Alexandre Mondaini

    Hi there,

    I'm experiencing some plotting issues with this tools, 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" PlotDenoisedCopyRatios \
        --standardized-copy-ratios 1122Dx.GRCh38DH.target.standardizedCR.tsv \
        --denoised-copy-ratios 1122Dx.GRCh38DH.target.denoisedCR.tsv \
        --sequence-dictionary Homo_sapiens_assembly38.dict \
        --minimum-contig-length 1000000 \
        --maximum-copy-ratio 4.0 \
        --point-size-copy-ratio 0.2 \
        --output out \
        --output-prefix 1122Dx.GRCh38DH.target

    And the image:

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk