Learn R Programming

cobindR (version 1.10.0)

bg_binding_sites: motif hits in the background sequences

Description

motif hits in the background sequences

Usage

"bg_binding_sites"(x) "bg_binding_sites"(x) <- value

Arguments

x
a cobindr object
value
data.frame holding the binding site hits in the background sequences

Value

motif hits in background sequences (data.frame)

See Also

uid,name,sequences,bg_sequences,desc,configuration,binding_sites,pfm,bg_binding_sites,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_binding_sites'
cbr <- cobindr(cfg)
bg_binding_sites(cbr)

Run the code above in your browser using DataLab