exportVisualizationFragmentData {Basic4Cseq} | R Documentation |
Data4Cseq
objectThis function is a simple helper function that writes the near-cis data of a Data4Cseq
object as tab-separated file to hard disk.
exportVisualizationFragmentData(expData, fileName, fullData = FALSE)
expData |
Experiment data of class |
fileName |
Name for the tab-separated file |
fullData |
If TRUE, the function exports the full fragment data (including fragment end length etc). If FALSE, only the minimum fragment information is exported, i.e. chromosome, start, end and (normalized) read count. |
A tab-separated file containing near-cis framgent data of a Data4Cseq
object
Carolin Walter
if(interactive()) { data(liverData) exportVisualizationFragmentData(liverData, "fetalLiverData.csv") }