getExogenousBam {ChIPSeqSpike}R Documentation

Get the path to an exoogenous experiment bam file

Description

Accesses and returns the path to the bam file containing the reads of an experiment aligned to the exogenous reference genome.

Usage

getExogenousBam(theObject)
            
            

## S4 method for signature 'Experiment'
getExogenousBam(theObject)

## S4 method for signature 'ExperimentLoaded'
getExogenousBam(theObject)

Arguments

theObject

An Experiment or ExperimentLoaded object

Value

A string of the path to the exogenous bam file

Author(s)

Nicolas Descostes

See Also

getBam

Examples

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

[Package ChIPSeqSpike version 1.8.0 Index]