Description Usage Arguments Details See Also
cnvSimPool
is a convenience wrapper to generate a pool
of samples from the same interval object to mimic a multiplexed capture.
1 2 3 4 5 6 7 | cnvSimPool(
nSubjects = 16L,
countRange = c(8000000L, 14000000L),
interval = cnvSimInterval(),
seed = NULL,
...
)
|
nSubjects |
integer of length 1, the number of samples |
countRange |
integer of length 2, the bounds for the number of molecules per sample, see details |
interval |
data.table interval object with 'captureProb' field, see details |
seed |
integer, passed to set.seed() |
... |
passed to |
The number of molecules per sample is drawn from a uniform distribution with the bounds given by 'countRange'.
The number of reads per sample is passed as the seed to cnvSimCounts. This allows the simulated pools to be completely reproducible.
cnvSimCounts cnvSimPool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.