6
|
1 \name{write.broadpeak.info}
|
|
2 \alias{write.broadpeak.info}
|
|
3 %- Also NEED an '\alias' for EACH other topic documented here.
|
|
4 \title{ Write out determined broad enrichment regions using broadPeak format }
|
|
5 \description{
|
|
6 Writes out broad regions of enrichment determined by the
|
|
7 get.broad.enrichment.clusters method in a broadPeak format.
|
|
8 }
|
|
9 \usage{
|
|
10 write.broadpeak.info(broadpeak.results, filename)
|
|
11 }
|
|
12 %- maybe also 'usage' for other objects documented here.
|
|
13 \arguments{
|
|
14 \item{broadpeak.results}{ output of the \code{\link{get.broad.enrichment.clusters}} }
|
|
15 \item{filename}{ file name }
|
|
16 }
|