Learn R Programming

DDPNA (version 0.4.1)

anova_p: anova_p

Description

anova analysis in proteomic data.

Usage

anova_p(data, group)

Arguments

data

protein quantification data. column is sample. row is protein ID.

group

sample group information

Author

Kefu Liu

Examples

Run this code
data(imputedData)
data <- imputedData
logD <- data$log2_value
rownames(logD) <- data$inf$ori.ID
group <- gsub("[0-9]+", "", colnames(logD))
anova_P <- anova_p(logD[1:100,], group)

Run the code above in your browser using DataLab