View source: R/2AllS4Class_ProfileParameters.R
genomicProfiles | R Documentation |
genomicProfiles
is an S4 object serving two purposes: (i) storing internal computed data and (ii) storing paramter options. This object is parsed through the different steps of the pipeline
to facilitate that parsing and changing of paramters.
genomicProfiles(..., parameterOptions = NULL, genomicProfiles = NULL, ChIPScore = NULL)
... |
Any of the user available slots in genomicProfiles. |
parameterOptions |
If some parameters were already previously computed or stored in a parameterOptions, parsing this object will use those values instead of the default ones. |
genomicProfiles |
If some parameters were already previously computed or stored in a genomicProfiles, parsing this object will use those values instead of the default ones. |
ChIPScore |
If some parameters were already previously computed or stored in a ChIPScore, parsing this object will use those values instead of the default ones. |
The genomicProfiles
object serves the purpose of storing, and parsing paramters and computed data between the different steps of the pipeline. When creating a genomicProfiles
object it is possible to use previously computed values by simply parsing the object to the constructor function.
Returns a genomicsProfiles
object with updated slots for all paramters parsed.
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–94. Patrick C.N. Martin and Nicolae Radu Zabe (2020) Dissecting the binding mechanisms of transcription factors to DNA using a statistical thermodynamics framework. CSBJ, 18, 3590-3605.
genomicProfiles
parameterOptions
PFM <- file.path(system.file("extdata",package="ChIPanalyser"),"BEAF-32.pfm") genomicProfiles() genomicProfiles(PFM=PFM,PFMFormat="JASPAR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.