goodData: Create a table indicating good data.

View source: R/func.R

goodDataR Documentation

Create a table indicating good data.

Description

Create a table indicating good data.

Usage

goodData(pdat)

Arguments

pdat

Peptide or protein proteusData object.

Value

A data frame with rows corresponding to peptides/proteins and columns corresponding to conditions. Logical values indicate if at least one replicate is available (TRUE) or if all replicates are missing (FALSE).

Examples

library(proteusLabelFree)
data(proteusLabelFree)
detect <- goodData(prodat)


bartongroup/Proteus documentation built on April 22, 2023, 5:33 a.m.