Skip to content

Commit 7774d54

Browse files
author
Sebastian Kurscheid
committed
Merge branch 'master' of github.com:JCSMR-Tremethick-Lab/MCF10APromoterAnalysis
Conflicts: R/PublicationPlots/PromoterCapSeq_parallel_plot_Figure1.R R/PublicationPlots/PromoterCapSeq_parallel_plot_Figure2.R
2 parents f2aa19c + 77aa901 commit 7774d54

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

R/PublicationPlots/PromoterCapSeq_parallel_plot_Figure1.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
library(ggplot2)
2-
32
# just to make sure that no remnants of previous plot remain
43
# Figure S1 (supplement to Figure 1)
54
rm(list = ls())
65
## local functions
7-
86
dataDir <- "/home/sebastian/Data/Collaborations/FSU/PromoterSeqCap/sortingTSVS for Tremethick paper /Figure 1/"
97
l1 <- lapply(list.files(path = dataDir, pattern=".tsv"), function(x){
108
dt <- data.table::fread(paste(dataDir, x, sep = "/"))

R/PublicationPlots/PromoterCapSeq_parallel_plot_Figure2.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## load libraries
2+
<<<<<<< HEAD
23
library(ggparallel)
34
library(alluvial)
45
library(tidyverse)

0 commit comments

Comments
 (0)