get.pairs {cobindR} | R Documentation |
Function returns the results of findPairs() as a data frame. The data.frame 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.
## S4 method for signature 'cobindr' get.pairs(x, background = FALSE)
x |
an object of the class "cobindr", which holds all necessary information about the sequences and the predicted binding sites. |
background |
logical flag. If background is 'TRUE' the pairs found in the background sequences are used. |
Stefan Kroeger <kroeger@informatik.hu-berlin.de>
get.significant.pairs
, write.bindingsites
, write.sequences
, write