Description Usage Arguments Value
View source: R/AnalyzeSimulatedData.R
Analyze results derived from simulated data.
1 2 3 4 5 6 7 | AnalyzeSimulatedData(
Sim,
Forward,
Reverse,
pi0 = NULL,
psm.fdr.bin = c(0, 0.01, 0.05, seq(0.1, 1, by = 0.1))
)
|
Sim |
Simulation output from |
Forward |
Target search results from |
Reverse |
Decoy search results from |
pi0 |
If known, the fraction of simulated spectra whose generating analyte does not lie in the target database. Detault is |
psm.fdr.bin |
PSM-fdr bins to determine PSM-fdr calibration |
A list
S.F |
Bayes factor score for target database |
S.R |
Bayes factor score for reverse database |
SEE.F |
Score-ordering error rate |
Sfdr |
DI-fdr |
PSMfdr |
PSM-fdr |
pi0.hat |
Estimate for pi0 |
pvalues |
p-values for the null hypothesis that the spectrum was not generated by an analyte in the target database |
Pep.F |
Inferred target peptide |
Correct |
Is |
PSMfdr.bins |
PSM-fdr calibration results |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.