| scores {ChIPanalyser} | R Documentation |
scores slot in a
ChIPScore object
Setter Method for the scores slot in a
ChIPScore object
scores(object)
object |
|
When using the processingChIP, this functions will return a
name list of normalised ChIP scores at loci of interest. This functions enalbles
you to extract those scores from the ChIPScore object.
Returns the value assigned to the scores 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) str(scores(eveLocusChip))