Description Usage Arguments Details Value Author(s) See Also Examples
Constructor for the chicagoData
class.
1 |
... |
Arguments passed to |
While this function can be used to create a chicagoData
object, most users will use the setExperiment
function instead.
A chicagoData
object has three slots, accessed as follows:
* intData(cd)
is a data.table (note: not a data.frame) that contains information about fragment pairs.
* settings(cd)
is a list of settings, usually set with the setExperiment() function. For more information about valid settings, please see defaultSettings
. To modify the settings, use modifySettings
.
* params(cd)
is a list of parameters. CHiCAGO estimates these automatically, as part of the pipeline.
Mikhail Spivakov, Jonathan Cairns, Paula Freire Pritchett
setExperiment
, defaultSettings
1 | cd <- chicagoData()
|
Loading required package: data.table
Welcome to CHiCAGO - version 1.18.0
If you are new to CHiCAGO, please consider reading the vignette through the command: vignette("Chicago").
NOTE: Default values of tlb.minProxOEPerBin and tlb.minProxB2BPerBin changed as of Version 1.1.5. No action is required unless you specified non-default values, or wish to re-run the pipeline on old chicagoData objects. See news(package="Chicago")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.