Description Usage Arguments Value Author(s) Examples
This function is a wrapper function that creates a simple simulated 4C-seq sample with a default background, some random noise, and near-cis peak regions.
1 2 | simulateSample(simFragLibPath, vpChr, vpStart, firstCutter,
numberRandom = 3, writeTo = "simulatedSample", printControls = FALSE)
|
simFragLibPath |
path for a corresponding virtual simulated fragment library containing fragment end sequences |
vpChr |
viewpoint chromosome |
vpStart |
viewpoint position |
firstCutter |
first restriction enzyme sequence |
numberRandom |
number of randomly simulated near-cis peaks |
writeTo |
name for the simulated 4C-seq sample's fastq file |
printControls |
if TRUE, print control graphics for background and near-cis read distribution |
An exported fastq file for a basic simulated 4C-seq sample
Carolin Walter
1 2 3 | if(interactive()) {
simulateSample()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.