removeLowConf: Remove Low Confidence Peptides

Description Usage Arguments

View source: R/PQPQHelper.R

Description

This function removes columns from a matrix based on the confidence levels of each row. If there are more than 300 rows, only the 300 most-confident are allowed.

Usage

1
removeLowConf(data, confPeps, limit = 95)

Arguments

data

An n-by-m matrix, which will be returned with rows removed

limit

The lowest confidence level allowed. Defaults to 95.

confpeps

A vector of length n, with confidence values from 0 to 100.


abell8/PQPQ documentation built on May 20, 2019, 8:47 a.m.