Description Usage Arguments Details Author(s) See Also Examples
Write epigenetic intesity data to a file.
1 |
data |
A data.frame of intensity data to export. |
groupLabels |
Labels of biological data, use "Treament" or "Control" to indicate the group of data. |
filename |
The filename to be saved as. |
n |
Integer of n-tiles for seperating the data. |
name |
Labels of experiment data, use "WGBS", "fractional" or "Bisulfite" to indicate DNA methylation data, H3KXXXX to indicate histone modification data. |
intTemp |
Logical whether to write template files for holding the chromatin interation data. |
This function writes the epigenetic intensity data per loci sorted with chromesomal positions to a csv file. The data must include all the columns of the returned genomic regions object by setting processedData=TRUE
in dPCA
Qi Wang
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.