Description Usage Arguments Value Examples
Random generation of number of decoy, correct target and incorrect target PSMs after a competitive target-decoy search.
1 | simulate_subset(n, pi0, sims = 1)
|
n |
number of total PSMs. |
pi0 |
theoretical π_0. |
sims |
number of observations. |
A data frame with “sims” rows and 6 rows:
number of PSMs.
theoretical π_0.
number of decoy PSMs.
number of target PSMs.
number of incorrect target PSMs.
number of correct target PSMs.
1 2 3 | ## Simulate the number of decoys, correct targets and incorrect targets in 10 datasets that
## consist of 100 PSMs and that have on average 20% incorrect target PSMs.
simulate_subset(100, .2, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.