Description Usage Arguments Value Author(s) See Also Examples
sequences of cobindr object.
1 2 3 4 |
x |
a cobindr object |
value |
the list of input sequences of type SeqObj |
sequences (character)
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
1 2 3 4 5 6 | 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 Sequences'
cbr <- cobindr(cfg)
length(sequences(cbr))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.