Description Usage Arguments Details Value
View source: R/transcript_archetypes.R
Simulates per loci annotation
1 2 3 4 5 6 7 8 9 10 11 | simulate_annotations(
ta,
n,
template,
genome = NULL,
tx_min_length = 3000,
method = c("neighbor", "parametric"),
min_loci_tx = 1,
max_loci_tx = 40,
seed = NULL
)
|
ta |
a transcript_archetypes-class object |
n |
the number of loci to simulate annotations for |
template |
can be a |
genome |
a genome name that will be used to retrieve chromosome lengths if they are not already specified |
tx_min_length |
do not simulate transcripts shorter than this length |
method |
method to use for simulating intra-loci transcript properties. The two
methods are |
min_loci_tx |
minimum number of transcripts per loci |
max_loci_tx |
maximum number of transcripts per loci |
seed |
random seed to use for simulation |
Stuff about methods
A GRanges-class of transcript annotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.