Description Usage Arguments Value Author(s) Examples
This function is a simple helper function that writes the near-cis data of a Data4Cseq
object as tab-separated file to hard disk.
1 | 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
1 2 3 4 | if(interactive()) {
data(liverData)
exportVisualizationFragmentData(liverData, "fetalLiverData.csv")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.