export(object, file, format="bed", chr, range, description = "Lambda",
strand=".", group="les", precision=4, ...)
"export"(object, file, format="bed", chr, range,
description = "Lambda", strand=".", group="les", precision=4, ...)
The 'bed', 'gff' and 'wig' format provide widely used standard formats and are compatible with most genome browsers and related software. For details about the file formats see http://genome.ucsc.edu/FAQ/FAQformat.html.
les-package
Class:
Les
Methods and functions:
Les
estimate
threshold
regions
ci
chi2
export
plot
## Not run:
# data(spikeInStat)
#
# x <- Les(pos, pval)
# x <- estimate(x, 200)
# x <- threshold(x)
# x <- regions(x)
#
# export(x, file="test.bed")
# export(x, file="test.gff", format="gff")
# export(x, file="test.wig", format="wig", chr=0)
# ## End(Not run)
Run the code above in your browser using DataLab