| loci {ChIPanalyser} | R Documentation |
loci slot in a
ChIPScore object
Setter Method for the loci slot in a
ChIPScore object
loci(object)
object |
|
When using the processingChIP, this functions will return a
name GRanges with the loci of interest. These loci will either result from
user input or extracted from the ChIP profiles (see processingChIP
and lociWidth). This functions enalbles
you to extract those loci from the ChIPScore object.
Returns the value assigned to the loci slot in a
ChIPScore object.
Patrick C. N. Martin <p.martin@essex.ac.uk>
Zabet NR, Adryan B (2015) Estimating binding properties of transcription factors from genome-wide binding profiles. Nucleic Acids Res., 43, 84–94.
# Loading data data(ChIPanalyserData) eveLocusChip<-processingChIP(eveLocusChip,eveLocus) loci(eveLocusChip)