cancerit / BRASS

Breakpoints via assembly - Identifies breaks and attempts to assemble rearrangements in whole genome sequencing data.
GNU Affero General Public License v3.0
57 stars 20 forks source link

Regions of excessive sequencing depth for hg38 #109

Open zhujack opened 2 years ago

zhujack commented 2 years ago

Hi,

I tried to generate Regions of excessive sequencing depth for hg38, but the UCSC table browser does not have the Top 0.01 frequency Hi Seq Depth dataset for hg38. It was suggested on the WiKi page to use the detectExtremeDepth utility from cgpBigWig to generate the file. I wonder how exactly it should be generated with detectExtremeDepth utility. I have tried the following:

bam2bw -i $tumor -o tumor.bw
detectExtremeDepth -b tumor.bw -o depth_out

Is this the right direction? Could you give me more detailed instructions on this? Thanks.

Jack

AndyMenzies commented 2 years ago

Hi Jack

You are going in the right direction. I have updated the BRASS wiki page with a link to the right page in PCAP-core.

https://github.com/cancerit/PCAP-core/wiki/Hi-seq-depth-regions

This will take you through the process.

Hope this helps

Andy