makeROC: Make a ROC curve.

Description Usage Arguments

View source: R/manualComplexFeatureAnnotation.R

Description

Make a ROC curve.

Usage

1
2
makeROC(detected.features, true.positive.features, params, n.all.complexes,
  subsetFeaturesFunc)

Arguments

detected.features

A dataframe with the columns: 'complex_id', 'rt'

true.positive.features

A dataframe with the columns: 'complex_id', 'rt'

params

A numeric vector of apex_mw_fit values that should be used to define if a feature passes the molecular weight test or not

n.all.complexes

Number of complexes that were inputto cprophet's complex detection (this includes decoys).

subsetFeaturesFunc

A function that should receive a feature DT and a parameter value. It should return the same DT with some rows removed.


hafenr/MACode documentation built on May 17, 2019, 2:24 p.m.