Description Usage Arguments Value Examples
View source: R/simulateHeatSpread.R
Simulates heat spread through conductance on (a) strand model(s). Kind of looks like anti-aliasing. Makes smaller expressed exons more visible.
1 | simulateHeatSpread(.strandModel, conductivity, iterations)
|
.strandModel |
Strand model from generateStrandModel |
conductivity |
numeric between 0-1: 1 implies perfect equalization of heat between two adjacent cells in 1 iteration, 0 implies no heat transfer |
iterations |
integer number of cycles to simulate: should be 1 or greater |
simulated strand model
1 2 3 4 5 6 | ## Not run:
sm <- generateStrandModel(1, 195471971, musCh1fc, "chr1", "-", 100000)
smh <- simulateHeatSpread(sm, 0.001, 1000)
smh1 <- simulateHeatSpread(sm, 1, 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.