Learn R Programming

cobindR (version 1.10.0)

experiment_description: description of cobindR or configuration object

Description

description of cobindR or configuration object

Usage

"experiment_description"(x) "experiment_description"(x) <- value "experiment_description"(x) "experiment_description"(x) <- value

Arguments

x
a cobindR or configuration object
value
description

Value

experiment description (character)

See Also

id,experiment_description,sequence_source,sequence_origin,sequence_type,bg_sequence_source,bg_sequence_origin,bg_sequence_type,species,downstream,upstream,max_distance,pairs,pfm_path,threshold,fdrThreshold,path,mart,pValue

Examples

Run this code
cfg <- cobindRConfiguration()

experiment_description(cfg)

sequence_type(cfg) <- 'fasta'
sequence_source(cfg) <- system.file('extdata/sox_oct_example_vignette_seqs.fasta',package='cobindR')
sequence_origin(cfg) <- 'Mouse Embryonic Stem Cell Example ChIP-Seq Oct4 Peak desc'
cbr <- cobindr(cfg)

experiment_description(cbr)

Run the code above in your browser using DataLab