meffil.ewas.bedgraph | R Documentation |
Saves EWAS effect estimates to a bedgraph file for viewing on a genome browser. More file format details can be found here: https://genome.ucsc.edu/goldenPath/help/bedgraph.html
meffil.ewas.bedgraph(
ewas.object,
filename,
analysis,
name,
description,
header
)
ewas.object |
Object returned by |
filename |
Filename for output, typically with a 'bed' extension. |
analysis |
The particular EWAS analysis from which to obtain summary statistics.
This should be one of |
name |
Text name to be included in the bedgraph header. |
description |
Text description to be included in the bedgraph header. |
header |
Bedgraph header. The default header uses the name and description provided. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.