Description Usage Arguments Value Author(s) Examples
This function is a simple helper function that can import near-cis data which was previously exported and stored as tab-separated file.
1 | importVisualizationFragmentData(fileName)
|
fileName |
Name for the tab-separated file with near-cis fragment data |
Data frame containing the near-cis fragment data
Carolin Walter
1 2 3 | file <- system.file("extdata", "fetalLiver_finalFragments.csv", package="Basic4Cseq")
importVisualizationFragmentData(file)
head(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.