Description Usage Arguments Details Value Author(s) References Examples
View source: R/DataPreprocessingDev.R
processingChIP
will process and extract ChIP scores at a set of loci of interest.
1 2 3 | processingChIP(profile,loci=NULL,reduce=NULL,
peaks=NULL,chromatinState=NULL,parameterOptions=NULL,
cores=1)
|
profile |
|
loci |
|
reduce |
|
parameterOptions |
|
peaks |
|
chromatinState |
|
cores |
|
When using computeOptimal
, it is required to supply real ChIP
data in order to have a point of comparison. The corralation and MSE Scores are
computed based of how well the model fits biological data.
processingChIP
will extract this data from ChIP data at loci
of interest. When using the reduce
option, this function will only
select the top regions based on peak height or mean ChIP score.
processingChIP
will also extract maxSignal and backgroundSignal from
ChIP data and parse it to an parameterOptions
object.
Returns a ChIPScore object containing extracted (and normalised) ChIP scores, the loci of interest and newly extracted Parameters(e.g. maxSignal)
Patrick C.N. Martin <pm16057@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 6 | #Data extraction
data(ChIPanalyserData)
## Extracting ChIP scores at loci of interest
ChIP<-processingChIP(profile=eveLocusChip, loci=eveLocus)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.