ChIPQCsample-class: Class '"ChIPQCsample"'

Description Objects from the Class Constructor Function Slots Extends Methods Author(s) References See Also Examples

Description

Object containing quality metrics computed for a ChIP-seq (or associated control) sample.

Objects from the Class

Objects can be created using the ChIPQCsample function.

Constructor Function

ChIPQCsample(reads, peaks, annotation, chromosomes = NULL, mapQCth = 15, blacklist, profileWin = 400, fragmentLength = 125, shifts = 1:300, runCrossCor = FALSE,verboseT=FALSE)

Slots

AveragePeakSignal:

Object of class "list"

CrossCoverage:

Object of class "numeric"

CrossCorrelation:

Object of class "numeric"

SSD:

Object of class "numeric"

SSDBL:

Object of class "numeric"

CountsInPeaks:

Object of class "numeric"

CountsInBlackList:

Object of class "numeric"

CountsInFeatures:

Object of class "list"

PropInFeatures:

Object of class "list"

CoverageHistogram:

Object of class "numeric"

FlagAndTagCounts:

Object of class "numeric"

readlength:

Object of class "numeric"

seqnames:

Object of class "Rle"

ranges:

Object of class "IRanges"

strand:

Object of class "Rle"

elementMetadata:

Object of class "DataFrame"

seqinfo:

Object of class "Seqinfo"

metadata:

Object of class "list"

Extends

Class "GRanges"

Methods

averagepeaksignal

signature(object = "ChIPQCsample"): see averagepeaksignal.

coveragehistogram

signature(object = "ChIPQCsample"): see coveragehistogram.

crosscoverage

signature(object = "ChIPQCsample"): see crosscoverage.

flagtagcounts

signature(object = "ChIPQCsample"): see flagtagcounts.

fragmentlength

signature(object = "ChIPQCsample"): see fragmentlength.

FragmentLengthCrossCoverage

signature(object = "ChIPQCsample"): see FragmentLengthCrossCoverage.

frip

signature(object = "ChIPQCsample"): see frip.

mapped

signature(object = "ChIPQCsample"): see mapped.

reads

signature(object = "ChIPQCsample"): see reads.

duplicates

signature(object = "ChIPQCsample"): see duplicates.

duplicateRate

signature(object = "ChIPQCsample"): see duplicateRate.

Normalisedaveragepeaksignal

signature(object = "ChIPQCsample"): see Normalisedaveragepeaksignal.

peaks

signature(object = "ChIPQCsample"):see peaks.

readlength

signature(object = "ChIPQCsample"): see readlength.

ReadLengthCrossCoverage

signature(object = "ChIPQCsample"): see ReadLengthCrossCoverage.

RelativeCrossCoverage

signature(object = "ChIPQCsample"):see RelativeCrossCoverage.

ribl

signature(object = "ChIPQCsample"): see ribl.

rip

signature(object = "ChIPQCsample"): see rip.

show

signature(object = "ChIPQCsample"): see show.

ssd

signature(object = "ChIPQCsample"): see ssd.

regi

signature(object = "ChIPQCsample"): see regi.

plotCC

signature(object = "ChIPQCsample"): see plotCC.

plotCoverageHist

signature(object = "ChIPQCsample"): see plotCoverageHist.

plotFribl

signature(object = "ChIPQCsample"): see plotFribl.

plotPeakProfile

signature(object = "ChIPQCsample"): see plotPeakProfile.

plotRap

signature(object = "ChIPQCsample"): see plotRap.

plotRegi

signature(object = "ChIPQCsample"): see plotRegi.

Author(s)

Thomas Carroll and Rory Stark

References

Carroll TS, Liang Z, Salama R, Stark R and Santiago Id (in press). Impact of artefact removal on ChIP quality metrics in ChIP-seq and ChIP-exo data. Frontiers in Genetics.

See Also

ChIPQC-package, ChIPQCsample

Examples

1
2
3
4
5
bamFile <- system.file("extdata", "ex1.bam", 
                        package="Rsamtools")
ex1 <- ChIPQCsample(bamFile,annotation=NULL)
readlength(ex1)
fragmentlength(ex1)

ChIPQC documentation built on Nov. 8, 2020, 8:06 p.m.