├── BISCUT_peak_finding.R ├── BISCUT_preprocessing.py ├── README.md ├── combine_BISCUT_results.py ├── docs ├── PANCAN_cents_200605.txt ├── PANCAN_tels_200605.txt ├── SNP6_hg19_chromosome_locs_200605.txt └── hg19_genes_refseq_telcentfiltered_020518.txt ├── plot_BISCUT_results.R └── plot_fig2.R /BISCUT_peak_finding.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/BISCUT_peak_finding.R -------------------------------------------------------------------------------- /BISCUT_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/BISCUT_preprocessing.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/README.md -------------------------------------------------------------------------------- /combine_BISCUT_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/combine_BISCUT_results.py -------------------------------------------------------------------------------- /docs/PANCAN_cents_200605.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/docs/PANCAN_cents_200605.txt -------------------------------------------------------------------------------- /docs/PANCAN_tels_200605.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/docs/PANCAN_tels_200605.txt -------------------------------------------------------------------------------- /docs/SNP6_hg19_chromosome_locs_200605.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/docs/SNP6_hg19_chromosome_locs_200605.txt -------------------------------------------------------------------------------- /docs/hg19_genes_refseq_telcentfiltered_020518.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/docs/hg19_genes_refseq_telcentfiltered_020518.txt -------------------------------------------------------------------------------- /plot_BISCUT_results.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/plot_BISCUT_results.R -------------------------------------------------------------------------------- /plot_fig2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beroukhim-lab/BISCUT-py3/HEAD/plot_fig2.R --------------------------------------------------------------------------------