getBigWigFile {ChIPSeqSpike} | R Documentation |
Access and returns the path to the endogenous bigwig file of an experiment
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
data(result_extractBinding) getBigWigFile(csds)