https://github.com/deWitLab/peakC
Raw File
Tip revision: a17c1115b41d00b9953d6199965acb30a7ac0ea8 authored by deWitLab on 04 May 2018, 10:09:11 UTC
Merge branch 'master' of https://github.com/deWitLab/peakC
Tip revision: a17c111
example_peak_calling.R

for(i in c(3,1,2)){
  f <- list.files(path = "/data/4C/high_res_methods/new_analysis/reciprocal/peakC/", recursive = T, pattern=paste0("pos",i), full.names = T)
  p <- readMultiple(f[1], vp.pos = vp[i], window = 1.5e6)
  r <- single.analysis(p,  vp.pos=vp[i], qWd = 2.5)
  plot_C(r, xlim=c(64e6,67e6))
}
back to top