Description Usage Arguments Value
View source: R/transcript_archetypes.R
Take a GRanges-class of transcript annotations
and a transcript_archetypes
object and simulate read counts.
1 2 3 4 5 6 7 | simulate_data(
ta,
annotations,
library_depth = 3e+07,
jitter = 0,
show_progress = F
)
|
ta |
a transcript_archetypes-class object |
annotations |
a |
library_depth |
library depth to simulate (approximate) |
jitter |
amount by which reads can be shifted to the left or right (default: 0) |
show_progress |
show progress bar |
A GRanges-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.