Skip to content

Commit 16a72fb

Browse files
authored
Update vennDiagram.r
Updated to use phastCons30way file instead of phastCons17way
1 parent 2a53e2a commit 16a72fb

File tree

1 file changed

+1
-1
lines changed
  • ENCOTE_supplementary_code/combined_MPRA_feature_comparison_and_TF_distance_turnover

1 file changed

+1
-1
lines changed

ENCOTE_supplementary_code/combined_MPRA_feature_comparison_and_TF_distance_turnover/vennDiagram.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mpra_te <- read.table("ccre_te_mpra")$V1
1818
mpra_nonte <- read.table("ccre_nonte_mpra")$V1
1919

2020
# Read in the phastCons intersection IDs
21-
bins <- fread("ccre_both_bins_phastCons17.txt")
21+
bins <- fread("bins_noNa_phastCons30.txt")
2222
phast_te <- subset(bins, V6 >= quantile(bins$V6, .9) & V5 == "TE")$V4
2323
phast_nonte <- subset(bins, V6 >= quantile(bins$V6, .9) & V5 == "nonTE")$V4
2424

0 commit comments

Comments
 (0)