Description Usage Arguments Details Value Author(s) References Examples
Setter Method for the loci
slot in a
ChIPScore
object
1 | 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<e2><80><93>94.
1 2 3 4 5 | # Loading data
data(ChIPanalyserData)
eveLocusChip<-processingChIP(eveLocusChip,eveLocus)
loci(eveLocusChip)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.