|
6
|
1 \name{output.binding.results}
|
|
|
2 \alias{output.binding.results}
|
|
|
3 %- Also NEED an '\alias' for EACH other topic documented here.
|
|
|
4 \title{ Write out determined binding peaks into a text file table }
|
|
|
5 \description{
|
|
|
6 Writes out determined binding positions into a text file. The file
|
|
|
7 will contain a table with each row corresponding to a detected
|
|
|
8 position, with the following columns:
|
|
|
9 \item{chr}{ chromosome or target sequence }
|
|
|
10 \item{pos}{ position of detected binding site on the chromosome/sequence}
|
|
|
11 \item{score}{a score reflecting magnitude of the binding}
|
|
|
12 \item{Evalue}{E-value corresponding to the peak magnitude}
|
|
|
13 \item{FDR}{FDR corresponding to the peak magnitude}
|
|
|
14 \item{enrichment.lb}{lower bound of the fold-enrichment ratio}
|
|
|
15 \item{enrichment.mle}{maximum likelihood estimate of the fold-enrichment ratio}
|
|
|
16 }
|
|
|
17 \usage{
|
|
|
18 output.binding.results(results, filename)
|
|
|
19 }
|
|
|
20 %- maybe also 'usage' for other objects documented here.
|
|
|
21 \arguments{
|
|
|
22 \item{results}{ output of the \code{\link{find.binding.positions}} }
|
|
|
23 \item{filename}{ file name }
|
|
|
24 }
|