Description Usage Arguments Details Value Author(s) Examples
Access and returns the path to the endogenous bigwig file of an experiment
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | getBigWigFile(theObject)
## S4 method for signature 'ChIPSeqSpikeDataset'
getBigWigFile(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetList'
getBigWigFile(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getBigWigFile(theObject)
## S4 method for signature 'Experiment'
getBigWigFile(theObject)
## S4 method for signature 'ExperimentLoaded'
getBigWigFile(theObject)
## S4 method for signature 'ChIPSeqSpikeCore'
getBigWigFile(theObject)
|
theObject |
A |
If the object is ChIPSeqSpikeCore, ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost, getBigWigFile returns the path to the endogenous input DNA experiment bigwig file.
If the object is Experiment or ExperimentLoaded, getBigWigFile returns the path to the endogenous experiment bigwig file.
If the object is ChIPSeqSpikeDatasetList, all bigwig files associated with all dataset are returned at once.
A string of the path to the endogenous bigwig file
Nicolas Descostes
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.