Learn R Programming

cobindR (version 1.10.0)

bg_sequences: list of background sequence

Description

list of background sequence

Usage

"bg_sequences"(x) "bg_sequences"(x) <- value

Arguments

x
a cobindr object
value
list of background sequence of type SeqObj

Value

list of background sequences (SeqObj)

See Also

uid,name,bg_sequences,bg_sequences,desc,configuration,binding_sites,bg_binding_sites,pfm,pairs,bg_pairs,pairs_of_interest

Examples

Run this code

cfg <- cobindRConfiguration()
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 bg_sequences'
cbr <- cobindr(cfg)
length(bg_sequences(cbr))

Run the code above in your browser using DataLab