bg_pairs {cobindR} | R Documentation |
motif hit pairs in the background sequences
## S4 method for signature 'cobindr' bg_pairs(x) ## S4 replacement method for signature 'cobindr,data.frame' bg_pairs(x) <- value
x |
a cobindr object |
value |
data.frame holding the binding site pairs in the background sequences |
background motif pairs (data.frame)
Rob Lehmann <r.lehmann@biologie.hu-berlin.de>
uid
,name
,sequences
,bg_sequences
,desc
,configuration
,binding_sites
,bg_binding_sites
,pfm
,pairs
,bg_pairs
,pairs_of_interest
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_pairs' cbr <- cobindr(cfg) bg_pairs(cbr)