getExperimentListBigWigs {ChIPSeqSpike}R Documentation

Get all paths to the bigwig files associated with a dataset

Description

Accesses and returns all paths to the bigwig files associated with a dataset.

Usage

getExperimentListBigWigs(theObject)
            
            
## S4 method for signature 'ChIPSeqSpikeDataset'
getExperimentListBigWigs(theObject)

## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getExperimentListBigWigs(theObject)

Arguments

theObject

A ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost object

Value

A character vector of all paths to the bigwig files associated with a dataset

Author(s)

Nicolas Descostes

Examples

data(result_extractBinding)
getExperimentListBigWigs(csds[[1]])

[Package ChIPSeqSpike version 1.12.0 Index]