Description Usage Arguments Value Examples
Four diagnostic plots are created:
pi0plot according the number of subset target and decoy PSMs.
PPplot of the decoy distribution against the subset target distribution.
PPplot of the decoy distribution against the subset decoy distribution.
PPplot of the subset decoy distribution against the subset target distribution.
1 |
df |
dataframe with at least 3 columns:
|
score_higher |
TRUE if a higher score means a better PSM. Additional columns are allowed but ignored. Target and decoy PSMs are assumbed to be from a competitive target decoy database search. |
ggplot object.
1 2 3 4 5 6 7 8 | ## Simulate a dataset with 140 correct target subset PSMs, 60 incorrect target subset PSMS,
## 60 decoy subset PSMs and 2000 additional decoy PSMs.
set.seed(10)
d = sample_dataset(H1_n = 140,H0_n = 60, decoy_n = 60 ,decoy_large_n = 2000,
H0_mean = 2.7, H1_mean = 3.2, decoy_mean = 2.7, decoy_large_mean = 2.7)
##pi_0 can be estimated with the target-decoy aproach
plot_diag(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.