annotate spp/man/write.broadpeak.info.Rd @ 6:ce08b0efa3fd draft

Uploaded
author zzhou
date Tue, 27 Nov 2012 16:11:40 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
1 \name{write.broadpeak.info}
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
2 \alias{write.broadpeak.info}
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
3 %- Also NEED an '\alias' for EACH other topic documented here.
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
4 \title{ Write out determined broad enrichment regions using broadPeak format }
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
5 \description{
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
6 Writes out broad regions of enrichment determined by the
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
7 get.broad.enrichment.clusters method in a broadPeak format.
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
8 }
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
9 \usage{
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
10 write.broadpeak.info(broadpeak.results, filename)
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
11 }
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
12 %- maybe also 'usage' for other objects documented here.
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
13 \arguments{
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
14 \item{broadpeak.results}{ output of the \code{\link{get.broad.enrichment.clusters}} }
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
15 \item{filename}{ file name }
ce08b0efa3fd Uploaded
zzhou
parents:
diff changeset
16 }