Description Usage Details Value Author(s) Examples
Run pre-defiend scripts
1 | epic()
|
There are some R scripts which can be run directly. The path of all scripts can be obtained by
1 | dir(system.file("pipeline", "script", package = "epic"), pattern = "\.R$")
|
You can either directly run these R scripts by:
1 | Rscript full-path-of-cmd.R [options]
|
or use the short command:
1 | Rscript -e "epic::epic()" cmd [options]
|
For each cmd, use Rscript -e "epic::epic()" cmd --help
to get help.
Basically all scripts need --config
option which corresponds to a configuration R file
that defines how to get data.
Available commands (cmd
) are:
visualize chromatin states transitions by chord diagram
visualize enrichment of correlated regions on tss/cgi/tfbs/enhancers
find regions in which methylation is correlated to expression of the associated gene
visualize statistics of correlated regions, visualize genome-wide distribution of correlated regions by Hilbert curve
only keep correlation regions with significant correlations. Subgroup specificity for each class is calculated if needed.
visualize correlated regions and other associated information by Gviz package
reduce correlated regions
visualize differentially methylated regions in cgi and shores
visualize differentially methylated regions in a set of genomic features.
use heatmap to visualize methylation distribution
classify subgroups by methylation in cgi and shores
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.