powered by
Top table can be used for identifying the pairwise differential abundance analysis of proteins in the dataset.
top_table_fn(data, groups, ch_gr1, ch_gr2)
Top table consists of following values
`logFC` - Log fold change values,
`AveExpr` - Average intensity values,
`t`- t-statistic values,
`P.Value` - P-values,
`adj.P.Val` - Adjusted P-values,
`B`- B-statistic values
Normalized and missing values imputed expression dataset containing protein information
Group information about the input data
Group number of the dataset for pairwise comparison with the another group
Group number of the dataset to be compared with the chosen group
`limma::topTable`
# \donttest{ top_table <- top_table_fn(rlr_knn_yeast_data, yeast_groups, 2, 1) top_table # }
Run the code above in your browser using DataLab