# Parameters
sample_name = "BSPHL;A;CL"
modisco_root = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_modisco2019"
mitra_subdir = "report/version2"
task_dir = "task_19-naivegw"
database_name = "CISBP"
perf_file = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/fineFactorized/task_19-naivegw/NaiveauPRC.txt"
homer_root = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_scans"
from matlas.modisco_report import modisco_report_pipeline, display_metadata
reportfile= "/mnt/lab_data/kundaje/msharmin/mouse_hem/with_tfd/full_mouse50/filtering samples_MS2.xlsx"
sheetname = "filter23"
load data from labcluster
Using TensorFlow backend. 2019-07-22 16:04:28,929 [WARNING] git-lfs not installed
display_metadata(sample_name, perf_file, reportfile, sheetname)
| MetaData Name | Description |
|---|---|
| Cell type | basophils |
| Cell Group | Other Immune Cells |
| Experiment Name | ATAC |
| Experiment Group | Casellas Lab |
| replicate | Naïve overlap peaks | IDR peaks | TSS enrichment (< 8 is very poor <10 is low) | Final number of unique mapping, dup-filtered, chrM filtered reads | Number of reads in called peak regions | Fraction of reads in called peak regions | Number of reads in promoter regions | Fraction of reads in promoter regions | Number of reads in enhancer regions | Fraction of reads in enhancer regions |
|---|---|---|---|---|---|---|---|---|---|---|
| rep1 | 174457 | 144811 | 26.825 | 12962452 | 7488055 | 0.5785 | 4642303 | 0.3586 | 5768483 | 0.4456 |
| rep2 | 174457 | 144811 | 28.2415 | 10487771 | 6040733 | 0.5769 | 3826702 | 0.3655 | 4635920 | 0.4428 |
| rep3 | 174457 | 144811 | 16.6966 | 33036477 | 16660505 | 0.5046 | 7634688 | 0.2312 | 14951421 | 0.4528 |
| rep4 | 174457 | 144811 | 23.1443 | 17160668 | 9900039 | 0.5775 | 5843636 | 0.3409 | 7655375 | 0.4466 |
| Metric | Value |
|---|---|
| auPRC | 0.6121 |
| Calibrated Recall at 50% FDR | 0.212 |
| Number of Positive Examples in Test Data | 169357 |
| Number of Negative Examples in Test Data | 7901494 |
| Imbalance Ratio in Test Data | 0.021 |
| Test Chromosomes | chr2, chr3, chr19 |
from matlas.modisco_report import display_comparative_motif_sets
display_comparative_motif_sets(sample_name, homer_root, modisco_root)
TF-MoDISco is using the TensorFlow backend.
| Motif Name | Modisco | Homer |
|---|---|---|
| Pbx3 | ||
| Mbtps2 | ||
| Ctcf |
| Motif Name | Modisco | Homer |
|---|---|---|
| Gata1 | absent | |
| Wt1 | absent | |
| Sp3 | absent | |
| Nfix | absent | |
| Runx1 | absent | |
| Rfx1 | absent | |
| Tcfeb | absent | |
| Ctcfl | absent | |
| Stat5a | absent | |
| Klf16 | absent | |
| Smarcc2 | absent | |
| Erg | absent | |
| 9430076C15Rik | absent | |
| Nfe2 | absent | |
| Irf1 | absent | |
| Sfpi1 | absent | |
| Cebpb | absent |
| Motif Name | Modisco | Homer |
|---|---|---|
| Cebpg | absent | |
| Elk1 | absent | |
| Atf6 | absent | |
| Gata4 | absent | |
| Sp2 | absent | |
| Fos | absent | |
| Zfp143 | absent | |
| Hes7 | absent |
modisco_report_pipeline(sample_name, modisco_root, mitra_subdir, task_dir, database_name,
importance=True, render=True)
rsync -t -av /srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_modisco2019/task_19-naivegw/cisbp_tomtomout /srv/www/kundaje/msharmin/report/version2/task_19-naivegw/ chmod -R +755 /srv/www/kundaje/msharmin/report/version2/task_19-naivegw Displaying motifs which has positive importances for the cell type
modisco_report_pipeline(sample_name, modisco_root, mitra_subdir, task_dir, database_name,
importance=False, render=True)
rsync -t -av /srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_modisco2019/task_19-naivegw/cisbp_tomtomout /srv/www/kundaje/msharmin/report/version2/task_19-naivegw/ chmod -R +755 /srv/www/kundaje/msharmin/report/version2/task_19-naivegw Displaying motifs which has negative importances for the cell type