8000 Inquiry on Visualizing Variants with SplitThreader · Issue #126 · MariaNattestad/Ribbon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Inquiry on Visualizing Variants with SplitThreader #126

New issue

Have a question about this project? Sign up for 8000 a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Thena-Hu opened this issue Feb 6, 2025 · 1 comment
Open

Inquiry on Visualizing Variants with SplitThreader #126

Thena-Hu opened this issue Feb 6, 2025 · 1 comment

Comments

@Thena-Hu
Copy link
Thena-Hu commented Feb 6, 2025

Hi Maria,

I would like to use SplitThreader to visualize detected variants. My BED file is derived from the analysis results of PacBio Human-WGS-WDL, which includes the mosdepth output (file size ~177MB). The command used for mosdepth is as follows:

mosdepth \
  --threads 3 \
  --by 500 \
  --no-per-base \
  --use-median \
  Sample.GRCh38 \
  /mnt/miniwdl_task_container/work/_miniwdl_inputs/0/Case_5.GRCh38.bam

Additionally, the VCF.GZ file comes from the HiFiCNV analysis results (file size ~3.6KB). However, when using SplitThreader, I encountered the issue shown in the screenshot below. The error message on the right panel suggests that the BED file might be too large, leading to input failure.

Image

At the same time, I am uncertain whether setting a larger coverage parameter of mosdepth would filter out some variants, making them undetectable. I have not yet try to convert the VCF.GZ file into BEDPE format.

I would appreciate any suggestions on possible adjustments. Thank you for your help!

Best regards,
Thena

@MariaNattestad
Copy link
Owner

Don't worry, variants won't be filtered out due to setting a higher bin size in mosdepth. SplitThreader will still show all the variants in the VCF or BEDPE, regardless of what is going on in the coverage data. If you need to see anything more granular than you can see from the coverage, then that's when you go over to the Ribbon tab to see the actual read alignments.
I hope that helps! Let me know if you have any more questions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0