lociWidth: Accessor Method for the 'lociWidth' slot in a...

Description Usage Arguments Details Value Author(s) References Examples

Description

Setter Method for the lociWidth slot in a parameterOptions object

Usage

1
lociWidth(object)

Arguments

object

object is parameterOptions object

Details

When using the processingChIP function, the provided ChIP scores will be split into bins of a given size. lociWidth determines the Size of that bin. Default is set at 20 000 bp. This means that the ChIP profiles provided will be split into bins of 20 000 bp over the entire profile provided if no loci of interest is provided.

Value

Returns the value assigned to the lociWidth slot in a parameterOptions object.

Author(s)

Patrick C. N. Martin <p.martin@essex.ac.uk>

References

Zabet NR, Adryan B (2015) Estimating binding properties of transcription factors from genome-wide binding profiles. Nucleic Acids Res., 43, 84<e2><80><93>94.

Examples

1
2
3
4
5
6
7
# Loading data
data(ChIPanalyserData)

#Building data objects
GPP <- parameterOptions(lociWidth=20000)
#Accessing new Value for lociWidth
lociWidth(GPP)

ChIPanalyser documentation built on Nov. 8, 2020, 8:23 p.m.