exampleProteomicsData {PowerExplorer} | R Documentation |
This is a randomly generated proteomics dataset with 130 protein entries (rows) and 15 samples (columns) in 3 sample groups A, B and C, the log2 fold change (LFC) between group B and A is specified as 1, between C and B is also 1, thus the LFC is 2 between C and A.
data(exampleProteomicsData)
An list contains "dataMatrix"
and "groupVec"
data(exampleProteomicsData) head(exampleProteomicsData$dataMatrix)