AnalyzeSimulatedData: Analyze simulation reslts

Description Usage Arguments Value

View source: R/AnalyzeSimulatedData.R

Description

Analyze results derived from simulated data.

Usage

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))
)

Arguments

Sim

Simulation output from SimulateDataPaper

Forward

Target search results from PerformSearch

Reverse

Decoy search results from PerformSearch

pi0

If known, the fraction of simulated spectra whose generating analyte does not lie in the target database. Detault is NULL, i.e. unknown

psm.fdr.bin

PSM-fdr bins to determine PSM-fdr calibration

Value

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 Pep.F correct

PSMfdr.bins

PSM-fdr calibration results


chrismckennan/MSeQUiP documentation built on Dec. 19, 2021, 4:01 p.m.