Description Usage Arguments Details Value Author(s) Examples
Given a directory with BED-files describing ChIP-seq reads, makes coverage files (1 pr chromosome) describing tag counts along the chromosomes. Reads in all available BED-files in the given directory is first converted to IRanges objects and saved as RData files. The preprocessing ends by creating one file for each chromosome, with the calculated coverage on the different strands for different BED-files.
1 | preprocess(configPath = "./config.yml", params=list())
|
configPath |
Path to a configuration file in YAML format (see config.yml), or NULL. |
params |
A list of parameters (see details). |
The preprocess function computes the chromosome tag-coverage along
each chromosome.
Parameters supplied in params can include the following:
READ.PATH Path to BED files with reads.
COVER.PATH Path for coverage files (preprocessing output).
READ.WIDTH Read width (w)
Used for its side-effect.
Karl Kornacker <kornacker@midohio.twcbc.com> and Tony Handstad <tony.handstad@gmail.com>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.