You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2026. It is now read-only.
Is it because some regions are not marked as gene/exonic?
Also, I downloaded a bed from roche, and the number of regions there are much larger. Could you direct me what process is used to go from vendor beds to these cleaner versions?
wget https://sequencing.roche.com/content/dam/rochesequence/worldwide/resources/SeqCapEZ_Exome_v3.0_Design_Annotation_files.zip
# SeqCap_EZ_Exome_v3_hg19_primary_targets.bed:
# This file contains the design primary target (unpadded) in hg19 coordinates and gene annotation in the 4th column.
wc -l
242,232 SeqCap_EZ_Exome_v3_hg19_primary_targets.bed
I have quick question re, why the number of regions would change with annotations?
Is it because some regions are not marked as gene/exonic?
Also, I downloaded a bed from roche, and the number of regions there are much larger. Could you direct me what process is used to go from vendor beds to these cleaner versions?