Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug fixes and improvements in bound/unbound threshold setting for BIN…
…Detect; added minimal working example to test_data for use in snakemake and commandline; BINDetect plot plots all TFS with effectsize > 0.2 as well as 10% highest p-values
  • Loading branch information
msbentsen committed Jan 3, 2019
1 parent 4c53ac4 commit 7ae519d
Show file tree
Hide file tree
Showing 138 changed files with 36,122 additions and 46,093 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,3 @@ build/
dist/
*.egg
*.egg-info
test_data/tobias_output/*
33 changes: 0 additions & 33 deletions snakemake_pipeline/TOBIAS.config

This file was deleted.

18 changes: 8 additions & 10 deletions snakemake_pipeline/TOBIAS_example.config
Expand Up @@ -3,18 +3,16 @@
#-------------------------------------------------------------------------#

data:
Tcell: [../test_data/day1_chr4.bam,../test_data/day2_chr4.bam,../test_data/day3_chr4.bam]
Bcell: [../test_data/buenrostro_chr4.bam]
Bcell: [../test_data/Bcell_chr4.bam] #list of .bam-files
Tcell: [../test_data/Tcell_chr4_1.bam, ../test_data/Tcell_chr4_2.bam] #list of .bam-files


run_info:
organism: human
fasta: ../test_data/homo_sapiens.94.chr4.fa
blacklist: ../test_data/homo_sapiens.blacklisted.chr4.bed
gtf: ../test_data/homo_sapiens.94.chr4.gtf
motifs: jaspar_core_vertebrates # adjust path
output: ../test_data/tobias_output

organism: human #mouse/human
fasta: ../test_data/genome_chr4.fa.gz #.fasta-file containing organism genome
blacklist: ../test_data/blacklist_chr4.bed #.bed-file containing blacklisted regions
gtf: ../test_data/genes_chr4.gtf #.gtf-file for annotation of peaks
motifs: ../test_data/individual_motifs #directory containing motifs (single files in MEME/JASPAR/PFM format)
output: ../test_output #output directory


#-------------------------------------------------------------------------#
Expand Down
631 changes: 631 additions & 0 deletions test_data/BATFJUN_Bcell_bound.bed

Large diffs are not rendered by default.

619 changes: 619 additions & 0 deletions test_data/BATFJUN_Bcell_unbound.bed

Large diffs are not rendered by default.

243 changes: 243 additions & 0 deletions test_data/BATFJUN_Tcell_bound.bed

Large diffs are not rendered by default.

1,007 changes: 1,007 additions & 0 deletions test_data/BATFJUN_Tcell_unbound.bed

Large diffs are not rendered by default.

1,250 changes: 1,250 additions & 0 deletions test_data/BATFJUN_all.bed

Large diffs are not rendered by default.

Binary file added test_data/Bcell_bias.bw
Binary file not shown.
Binary file added test_data/Bcell_chr4.bam
Binary file not shown.
Binary file added test_data/Bcell_chr4.bam.bai
Binary file not shown.
Binary file added test_data/Bcell_corrected.bw
Binary file not shown.
Binary file added test_data/Bcell_expected.bw
Binary file not shown.
Binary file added test_data/Bcell_footprints.bw
Binary file not shown.
Binary file added test_data/Bcell_uncorrected.bw
Binary file not shown.
4,710 changes: 4,710 additions & 0 deletions test_data/IRF1_all.bed

Large diffs are not rendered by default.

1,889 changes: 1,889 additions & 0 deletions test_data/IRF1_bound.bed

Large diffs are not rendered by default.

2,821 changes: 2,821 additions & 0 deletions test_data/IRF1_unbound.bed

Large diffs are not rendered by default.

Binary file added test_data/Tcell_chr4_1.bam
Binary file not shown.
Binary file added test_data/Tcell_chr4_1.bam.bai
Binary file not shown.
Binary file added test_data/Tcell_chr4_2.bam
Binary file not shown.
Binary file added test_data/Tcell_chr4_2.bam.bai
Binary file not shown.
Binary file added test_data/Tcell_corrected.bw
Binary file not shown.
Binary file added test_data/Tcell_footprints.bw
Binary file not shown.
8,281 changes: 8,281 additions & 0 deletions test_data/annotated_peaks.bed

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions test_data/annotated_peaks_header.txt
@@ -0,0 +1,13 @@
peak_chr
peak_start
peak_end
peak_id
feature
feat_start
feat_end
feat_strand
feat_anchor
distance
gene_biotype
gene_id
gene_name
117 changes: 0 additions & 117 deletions test_data/blacklist.bed

This file was deleted.

2 changes: 2 additions & 0 deletions test_data/blacklist_chr4.bed
@@ -0,0 +1,2 @@
chr4 49118760 49119010
chr4 49120790 49121130

0 comments on commit 7ae519d

Please sign in to comment.