write.bindingsites.table {cobindR}R Documentation

function to write predicted TFBS into a tab-separated file.

Description

function to write predicted TFBS into a tab-separated file.

Usage

## S4 method for signature 'cobindr'
write.bindingsites.table(x, file = NULL)

Arguments

x

an object of the class "cobindr", which will hold 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".

Author(s)

Stefan Kroeger <kroeger@informatik.hu-berlin.de>

See Also

write.pairs, write.bindingsites, write.sequences, write


[Package cobindR version 1.20.0 Index]