# Parameters
sample_name = "wCH12;A;CL"
modisco_root = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_modisco2019"
mitra_subdir = "report/version2"
task_dir = "task_91-naivegw"
database_name = "CISBP"
perf_file = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/fineFactorized/task_91-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 19:46:31,287 [WARNING] git-lfs not installed
display_metadata(sample_name, perf_file, reportfile, sheetname)
| MetaData Name | Description |
|---|---|
| Cell type | ch12 wt |
| Cell Group | Cancer or Immortalized 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 | 94226 | 61670 | 12.4737 | 28679103 | 3288364 | 0.1147 | 3191941 | 0.1114 | 9859901 | 0.344 |
| rep2 | 94226 | 61670 | 15.8856 | 21608006 | 3203941 | 0.1484 | 2985364 | 0.1383 | 7532765 | 0.3489 |
| Metric | Value |
|---|---|
| auPRC | 0.5868 |
| Calibrated Recall at 50% FDR | 0.23 |
| Number of Positive Examples in Test Data | 66776 |
| Number of Negative Examples in Test Data | 8004075 |
| Imbalance Ratio in Test Data | 0.0083 |
| 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 |
|---|---|---|
| Sfpi1 | ||
| Ctcf | ||
| Runx2 | ||
| Mbtps2 | ||
| Tbpl2 | ||
| Pbx3 |
| Motif Name | Modisco | Homer |
|---|---|---|
| Bcl11a | absent | |
| Rfx1 | absent | |
| Fos | absent | |
| Ets1 | absent | |
| Ebf1 | absent | |
| Relb | absent | |
| Klf16 | absent | |
| Mef2a | absent | |
| Tcfec | absent | |
| Smarcc2 | absent | |
| Hsf1 | absent | |
| Gabpa | absent | |
| Sp3 | absent | |
| Zfp281 | absent | |
| Jdp2 | absent | |
| Mef2b | absent |
| Motif Name | Modisco | Homer |
|---|---|---|
| Rfx7 | absent | |
| Rela | absent | |
| E4f1 | absent | |
| Klf5 | absent | |
| Zfp143 | 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_91-naivegw/cisbp_tomtomout /srv/www/kundaje/msharmin/report/version2/task_91-naivegw/ chmod -R +755 /srv/www/kundaje/msharmin/report/version2/task_91-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_91-naivegw/cisbp_tomtomout /srv/www/kundaje/msharmin/report/version2/task_91-naivegw/ chmod -R +755 /srv/www/kundaje/msharmin/report/version2/task_91-naivegw Displaying motifs which has negative importances for the cell type