Description Usage Arguments Author(s) See Also
Function writes the results of findPairs() as a tab-separated file. The file consists of 6 columns, namely
a unique id for each pair,
the unique id of the sequence, where the pair was found,
the names of the corresponding PFMs,
the unique id for each PFM, and
the distance window in which the pair occurs.
1 2 | ## S4 method for signature 'cobindr'
write.pairs(x, file = NULL, background = FALSE)
|
x |
an object of the class "cobindr", which holds all necessary information about the sequences and the predicted binding sites. |
file |
path to file. If filename is 'NULL' a filename is generated based on the name of the object of class "cobindr". |
background |
logical flag. If background is 'TRUE' the pairs found in the background sequences are used. |
Stefan Kroeger <kroeger@informatik.hu-berlin.de>
write.bindingsites.table
, write.bindingsites
, write.sequences
, write
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.