CCSeqbias2: CCSeqbias2

CCSeqbias2R Documentation

CCSeqbias2

Description

generates a sequence bias plot. This version is Will's work in progress, to make a faster, and more generic script.

Usage

CCSeqbias2(
  path.name = getwd(),
  minThresholdv = c(0, 1, 5),
  maxThreshold = "MAX",
  w = 20,
  rDNA = F,
  chroms = c(1:16),
  ylims = c(0.05, 0.6),
  dyad = 1.5,
  genome = "Cer3H4L2",
  plotT = "o"
)

Arguments

path.name

point to a folder containing fullmaps

minThresholdv

A vector containing the min threshold

maxThreshold

A value containing the max

w

Window width in bp

rDNA

include rDNA

chroms

A Vector of chromosomes to process.

ylims

min max of ylims. E.g c(0.05,0.6)

dyad

Dyad to plot center lines from (0.5 for Spo11, 1.5 for Top2)

genome

location to genome.fa

plotT

#PlotType: "l", "p", "o"

loci

this can be set to a specific genename. The sequence bias will be calcuated only for sites within the genebody of this gene. HpM thresholding occurs before this, but you will probably still need to modify min max thresholds.

Author(s)

Will Gittens, George Brown, Matt Neale


WHG1990/CCTools documentation built on June 16, 2024, 1:36 a.m.