plotCutDistribution: plot cut frequencies of RE sites along a given chromosome

Description Usage Arguments Author(s) See Also Examples

View source: R/plotCutDistribution.R

Description

plot cut frequencies of RE sites along a chromosome, which gives a bird-eye view of genome-wide frequent-cut regions and RE inaccessible regions.

Usage

1
2
3
4
plotCutDistribution(assignedSeqs,REmap, chr="chr1",xlim, 
title="RE cut frequency distribution",
xlab="Chromosome Location (bp)",ylab="Frequency", 
round=TRUE, n.sequence)

Arguments

assignedSeqs

result returned from assignSeq2REsite

REmap

REmap used in assignSeq2REsite and generated from buildREmap

chr

chromosome to be plotted

xlim

range of x to be plotted

title

an overall title for the plot

xlab

a title for the x axis

ylab

a title for the y axis

round

TRUE: the sum of the weight is rounded up if the fraction part is greater than 0.5. FALSE: as it is.

n.sequence

total uniquely mapped sequences in the dataset for estimating the expected count for each RE site. If omitted, the expected count for each RE site will be set as 1 as default.

Author(s)

Lihua Julie Zhu

See Also

assignSeq2REsite, distanceHistSeq2RE

Examples

1
2
3
4
5

REDseq documentation built on Nov. 8, 2020, 8:19 p.m.