Processes the top table from a LIMMA analysis, adding feature names and
intercepts.
Usage
process_top_table(process_within_level_result, feature_names)
Arguments
- process_within_level_result
List of lists containing the limma
topTable, and fit. All of this is from
one specific level.
- feature_names
A non-empty character vector of feature names.
Value
A dataframe containing the processed top table with added intercepts.