goodData | R Documentation |
Create a table indicating good data.
goodData(pdat)
pdat |
Peptide or protein |
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).
library(proteusLabelFree)
data(proteusLabelFree)
detect <- goodData(prodat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.