# Parameters
sample_name = "FBRBLST;8wks;D;En"
modisco_root = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_modisco2019"
mitra_subdir = "report/version2"
task_dir = "task_220-naivegw"
database_name = "CISBP"
perf_file = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/fineFactorized/task_220-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-23 02:25:14,567 [WARNING] git-lfs not installed
display_metadata(sample_name, perf_file, reportfile, sheetname)
| MetaData Name | Description |
|---|---|
| Cell type | Fibroblast (adult-8wks) |
| Cell Group | Other Tissues |
| Experiment Name | DHS |
| Experiment Group | ENCODE |
| 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 | 167148 | 109230 | 14.9712 | 23906962 | 7742366 | 0.3241 | 3229253 | 0.1352 | 12067123 | 0.5052 |
| rep2 | 167148 | 109230 | 11.9516 | 20450877 | 5645287 | 0.2763 | 1916060 | 0.0938 | 9797634 | 0.4795 |
| Metric | Value |
|---|---|
| auPRC | 0.5443 |
| Calibrated Recall at 50% FDR | 0.258 |
| Number of Positive Examples in Test Data | 154561 |
| Number of Negative Examples in Test Data | 7916290 |
| Imbalance Ratio in Test Data | 0.0192 |
| 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 | ||
| Smarcc2 | ||
| Fos | ||
| Ctcf | ||
| Sp3 | ||
| Runx2 |
| Motif Name | Modisco | Homer |
|---|---|---|
| Ets1 | absent | |
| Mef2c | absent | |
| Mbtps2 | absent | |
| Bach2 | absent | |
| Nfia | absent | |
| Rel | absent | |
| Cebpb | absent | |
| Creb3 | absent | |
| Rfx1 | absent | |
| Hsf1 | absent | |
| Irf1 | absent | |
| Bhlha15 | absent | |
| Nfatc2 | absent | |
| Nfic | absent | |
| Sox3 | absent |
| Motif Name | Modisco | Homer |
|---|---|---|
| Yy1 | absent | |
| Cebpg | absent | |
| Creb1 | absent | |
| Mef2b | absent | |
| Zfp523 | 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_220-naivegw/cisbp_tomtomout /srv/www/kundaje/msharmin/report/version2/task_220-naivegw/ chmod -R +755 /srv/www/kundaje/msharmin/report/version2/task_220-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_220-naivegw/cisbp_tomtomout /srv/www/kundaje/msharmin/report/version2/task_220-naivegw/ chmod -R +755 /srv/www/kundaje/msharmin/report/version2/task_220-naivegw Displaying motifs which has negative importances for the cell type