File: write.broadpeak.info.Rd

package info (click to toggle)
r-cran-spp 1.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 576 kB
  • sloc: cpp: 3,310; ansic: 365; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
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 }
}