pairs_of_interest {cobindR} | R Documentation |
pairs_of_interest of cobindr object.
## S4 method for signature 'cobindr' pairs_of_interest(x) ## S4 replacement method for signature 'cobindr,factor' pairs_of_interest(x) <- value
x |
a cobindr object |
value |
factors specifying the motif pairs that are to be evaluated |
pairs_of_interest (factor)
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 pairs_of_interest' cbr <- cobindr(cfg) pairs_of_interest(cbr)