experiment_description: description of cobindR or configuration object

Description Usage Arguments Value Author(s) See Also Examples

Description

description of cobindR or configuration object

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'configuration'
experiment_description(x)
## S4 replacement method for signature 'configuration,character'
experiment_description(x) <- value
## S4 method for signature 'cobindr'
experiment_description(x)
## S4 replacement method for signature 'cobindr,character'
experiment_description(x) <- value

Arguments

x

a cobindR or configuration object

value

description

Value

experiment description (character)

Author(s)

Rob Lehmann <r.lehmann@biologie.hu-berlin.de>

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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)

cobindR documentation built on April 28, 2020, 6:40 p.m.