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