We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a53e2a commit 16a72fbCopy full SHA for 16a72fb
ENCOTE_supplementary_code/combined_MPRA_feature_comparison_and_TF_distance_turnover/vennDiagram.r
@@ -18,7 +18,7 @@ mpra_te <- read.table("ccre_te_mpra")$V1
18
mpra_nonte <- read.table("ccre_nonte_mpra")$V1
19
20
# Read in the phastCons intersection IDs
21
-bins <- fread("ccre_both_bins_phastCons17.txt")
+bins <- fread("bins_noNa_phastCons30.txt")
22
phast_te <- subset(bins, V6 >= quantile(bins$V6, .9) & V5 == "TE")$V4
23
phast_nonte <- subset(bins, V6 >= quantile(bins$V6, .9) & V5 == "nonTE")$V4
24
0 commit comments